Create fiftyone.yml
Browse files- fiftyone.yml +9 -0
fiftyone.yml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fiftyone:
|
2 |
+
version: ">=0.22.0"
|
3 |
+
name: "pokemon-contest"
|
4 |
+
splits: train
|
5 |
+
media_type: image
|
6 |
+
tags: captioning, image, image-to-text
|
7 |
+
format: ParquetFilesDataset
|
8 |
+
media_fields:
|
9 |
+
filepath: image
|