Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
---
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: image
|
| 6 |
+
dtype: image
|
| 7 |
+
- name: caption
|
| 8 |
+
dtype: string
|
| 9 |
+
splits:
|
| 10 |
+
- name: train
|
| 11 |
+
num_examples: 1397
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
# Dataset Card for "football-dataset"
|
| 15 |
+
|
| 16 |
+
Dummy dataset of 6 football players with a caption that can be used to fine-tune any Image Captioning model.
|