You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/datasets-image.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ file_name,text
78
78
1.jpg,a drawing of a green pokemon with red eyes
79
79
2.jpg,a green and yellow toy with a red nose
80
80
3.jpg,a red and white ball with an angry look on its face
81
-
4.jpg,a cartoon ball with a smile on it's face
81
+
4.jpg,a cartoon ball with a smile on its face
82
82
```
83
83
84
84
You can also use a [JSONL](https://jsonlines.org/) file `metadata.jsonl`:
@@ -87,7 +87,7 @@ You can also use a [JSONL](https://jsonlines.org/) file `metadata.jsonl`:
87
87
{"file_name": "1.jpg","text": "a drawing of a green pokemon with red eyes"}
88
88
{"file_name": "2.jpg","text": "a green and yellow toy with a red nose"}
89
89
{"file_name": "3.jpg","text": "a red and white ball with an angry look on its face"}
90
-
{"file_name": "4.jpg","text": "a cartoon ball with a smile on it's face"}
90
+
{"file_name": "4.jpg","text": "a cartoon ball with a smile on its face"}
91
91
```
92
92
93
93
And for bigger datasets or if you are interested in advanced data retrieval features, you can use a [Parquet](https://parquet.apache.org/) file `metadata.parquet`.
0 commit comments