Datasets:
Upload dataset
Browse files
README.md
CHANGED
|
@@ -31,11 +31,11 @@ configs:
|
|
| 31 |
- config_name: coco
|
| 32 |
data_files:
|
| 33 |
- split: train
|
| 34 |
-
path: coco/train-*
|
| 35 |
- split: valid
|
| 36 |
-
path: coco/valid-*
|
| 37 |
- split: test
|
| 38 |
-
path: coco/test-*
|
| 39 |
- config_name: fineweb
|
| 40 |
data_files:
|
| 41 |
- split: train
|
|
@@ -45,7 +45,29 @@ configs:
|
|
| 45 |
- split: test
|
| 46 |
path: fineweb/test-*
|
| 47 |
dataset_info:
|
| 48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
features:
|
| 50 |
- name: id
|
| 51 |
dtype: int64
|
|
|
|
| 31 |
- config_name: coco
|
| 32 |
data_files:
|
| 33 |
- split: train
|
| 34 |
+
path: coco/train-*
|
| 35 |
- split: valid
|
| 36 |
+
path: coco/valid-*
|
| 37 |
- split: test
|
| 38 |
+
path: coco/test-*
|
| 39 |
- config_name: fineweb
|
| 40 |
data_files:
|
| 41 |
- split: train
|
|
|
|
| 45 |
- split: test
|
| 46 |
path: fineweb/test-*
|
| 47 |
dataset_info:
|
| 48 |
+
- config_name: coco
|
| 49 |
+
features:
|
| 50 |
+
- name: id
|
| 51 |
+
dtype: int64
|
| 52 |
+
- name: text
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: modality
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: image
|
| 57 |
+
dtype: image
|
| 58 |
+
splits:
|
| 59 |
+
- name: train
|
| 60 |
+
num_bytes: 1253593405
|
| 61 |
+
num_examples: 30000
|
| 62 |
+
- name: valid
|
| 63 |
+
num_bytes: 209321632
|
| 64 |
+
num_examples: 5000
|
| 65 |
+
- name: test
|
| 66 |
+
num_bytes: 103633645
|
| 67 |
+
num_examples: 2500
|
| 68 |
+
download_size: 1565300489
|
| 69 |
+
dataset_size: 1566548682
|
| 70 |
+
- config_name: fineweb
|
| 71 |
features:
|
| 72 |
- name: id
|
| 73 |
dtype: int64
|