Skip to content

Commit 1681864

Browse files
authored
fix typos
1 parent 8e7b329 commit 1681864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hub/datasets-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ file_name,text
7878
1.jpg,a drawing of a green pokemon with red eyes
7979
2.jpg,a green and yellow toy with a red nose
8080
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
8282
```
8383

8484
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`:
8787
{"file_name": "1.jpg","text": "a drawing of a green pokemon with red eyes"}
8888
{"file_name": "2.jpg","text": "a green and yellow toy with a red nose"}
8989
{"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"}
9191
```
9292

9393
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

Comments
 (0)