Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: raw_image_url
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: text1
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: text2
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: text3
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: syn_text
|
| 13 |
+
dtype: string
|
| 14 |
+
splits:
|
| 15 |
+
- name: train
|
| 16 |
+
num_bytes: 8729944000
|
| 17 |
+
num_examples: 10000
|
| 18 |
+
download_size: 8729944000
|
| 19 |
+
configs:
|
| 20 |
+
- config_name: default
|
| 21 |
+
data_files:
|
| 22 |
+
- split: train
|
| 23 |
+
path: data/train-*
|
| 24 |
+
---
|