Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,12 @@ configs:
|
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path: "annotations.parquet"
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
Oxford IIIT Pets Dataset enriched with image and object annotations using foundation models.
|
|
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path: "annotations.parquet"
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: filename
|
15 |
+
dtype: image
|
16 |
+
- name: caption
|
17 |
+
dtype: string
|
18 |
---
|
19 |
|
20 |
Oxford IIIT Pets Dataset enriched with image and object annotations using foundation models.
|