Update README.md
Browse files
README.md
CHANGED
|
@@ -14,13 +14,13 @@ dataset_info:
|
|
| 14 |
num_bytes: 13605159347.001
|
| 15 |
num_examples: 82783
|
| 16 |
- name: val
|
| 17 |
-
num_bytes: 801690793
|
| 18 |
num_examples: 5000
|
| 19 |
- name: restval
|
| 20 |
num_bytes: 5049338394.68
|
| 21 |
num_examples: 30504
|
| 22 |
- name: test
|
| 23 |
-
num_bytes: 813542515
|
| 24 |
num_examples: 5000
|
| 25 |
download_size: 20113783282
|
| 26 |
dataset_size: 20269731049.681
|
|
@@ -35,13 +35,21 @@ configs:
|
|
| 35 |
path: data/restval-*
|
| 36 |
- split: test
|
| 37 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
---
|
| 39 |
|
| 40 |
# Common Objects in Context (COCO) Dataset
|
| 41 |
|
| 42 |
This dataset is English captions of [COCO](https://cocodataset.org/) dataset.
|
| 43 |
|
| 44 |
-
The splits in this dataset is set according to [Andrej Karpathy's split](https://www.kaggle.com/datasets/shtvkumar/karpathy-splits) from `
|
| 45 |
|
| 46 |
# Reference
|
| 47 |
|
|
|
|
| 14 |
num_bytes: 13605159347.001
|
| 15 |
num_examples: 82783
|
| 16 |
- name: val
|
| 17 |
+
num_bytes: 801690793
|
| 18 |
num_examples: 5000
|
| 19 |
- name: restval
|
| 20 |
num_bytes: 5049338394.68
|
| 21 |
num_examples: 30504
|
| 22 |
- name: test
|
| 23 |
+
num_bytes: 813542515
|
| 24 |
num_examples: 5000
|
| 25 |
download_size: 20113783282
|
| 26 |
dataset_size: 20269731049.681
|
|
|
|
| 35 |
path: data/restval-*
|
| 36 |
- split: test
|
| 37 |
path: data/test-*
|
| 38 |
+
license: cc-by-4.0
|
| 39 |
+
task_categories:
|
| 40 |
+
- text-to-image
|
| 41 |
+
- image-to-text
|
| 42 |
+
language:
|
| 43 |
+
- en
|
| 44 |
+
size_categories:
|
| 45 |
+
- 100K<n<1M
|
| 46 |
---
|
| 47 |
|
| 48 |
# Common Objects in Context (COCO) Dataset
|
| 49 |
|
| 50 |
This dataset is English captions of [COCO](https://cocodataset.org/) dataset.
|
| 51 |
|
| 52 |
+
The splits in this dataset is set according to [Andrej Karpathy's split](https://www.kaggle.com/datasets/shtvkumar/karpathy-splits) from `dataset_coco.json` file. The collection was created specifically for simplicity of use in training and evaluation pipeline by non-commercial and research purposes. The COCO images dataset is licensed under a Creative Commons Attribution 4.0 License.
|
| 53 |
|
| 54 |
# Reference
|
| 55 |
|