Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,17 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# Thai Famous People Image Dataset
|
@@ -65,5 +76,4 @@ You can use this dataset for various tasks, including but not limited to:
|
|
65 |
- Cultural and historical research on Thai public figures
|
66 |
- Analysis of Thai Wikipedia content
|
67 |
|
68 |
-
To use the dataset, you can load it using the Hugging Face `datasets` library:
|
69 |
-
|
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
license: apache-2.0
|
22 |
+
task_categories:
|
23 |
+
- question-answering
|
24 |
+
language:
|
25 |
+
- th
|
26 |
+
- en
|
27 |
+
tags:
|
28 |
+
- image
|
29 |
+
pretty_name: Thai Famous People Images Dataset
|
30 |
+
size_categories:
|
31 |
+
- 1K<n<10K
|
32 |
---
|
33 |
|
34 |
# Thai Famous People Image Dataset
|
|
|
76 |
- Cultural and historical research on Thai public figures
|
77 |
- Analysis of Thai Wikipedia content
|
78 |
|
79 |
+
To use the dataset, you can load it using the Hugging Face `datasets` library:
|
|