saksornr commited on
Commit
dde843b
·
verified ·
1 Parent(s): 53db2ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -26
README.md CHANGED
@@ -1,26 +1,53 @@
1
- ---
2
- license: cc-by-nc-sa-3.0
3
- dataset_info:
4
- features:
5
- - name: cocoid
6
- dtype: string
7
- - name: image
8
- struct:
9
- - name: bytes
10
- dtype: binary
11
- - name: path
12
- dtype: string
13
- - name: caption
14
- dtype: string
15
- splits:
16
- - name: train
17
- num_bytes: 1606551321
18
- num_examples: 10000
19
- download_size: 1602120962
20
- dataset_size: 1606551321
21
- configs:
22
- - config_name: default
23
- data_files:
24
- - split: train
25
- path: data/train-*
26
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-3.0
3
+ dataset_info:
4
+ features:
5
+ - name: cocoid
6
+ dtype: string
7
+ - name: image
8
+ dtype: image
9
+ - name: caption
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 1606551321
14
+ num_examples: 10000
15
+ download_size: 1602120962
16
+ dataset_size: 1606551321
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
+ ---
23
+ # Thai Image Captioning Dataset (Samples 10k)
24
+
25
+ This dataset is a **Thai image captioning corpus** created to generate natural and human-like image captions in Thai.
26
+ It includes a curated subset of **10,000 samples** randomly selected from the original training data, providing a smaller yet representative dataset for efficient experimentation.
27
+
28
+ ---
29
+
30
+ ## Dataset Description
31
+
32
+ The dataset comprises high-quality image captions in Thai, designed for training and evaluating image captioning models. It integrates image-caption pairs from two main sources:
33
+ 1. **Microsoft COCO** – A publicly available dataset enriched with English captions.
34
+ 2. **Nectec IPU24** – A proprietary collection of image-caption pairs curated by NECTEC (Thailand).
35
+
36
+ The smaller version, provided here (`train-sample10k`), is derived from the original datasets, offering a compact and effective resource for research and development.
37
+
38
+ ---
39
+
40
+ ## Data Source and Download
41
+
42
+ - The full COCO 2017 dataset can be accessed and downloaded from the official website: [COCO Dataset](https://cocodataset.org/#download).
43
+ - The Nectec IPU24 dataset is available through NECTEC's official portal: [NECTEC Corpus](https://aiforthai.in.th/corpus.php).
44
+
45
+ ---
46
+
47
+ ## Licensing and Usage
48
+
49
+ The dataset inherits licensing terms from its respective sources:
50
+ 1. **COCO dataset** is licensed under the [Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/).
51
+ 2. **NECTEC Dataset** is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License](https://creativecommons.org/licenses/by-nc-sa/3.0/).
52
+
53
+ Please ensure proper attribution when using this dataset in research or commercial applications.