PhanithLIM commited on
Commit
70c76b7
·
verified ·
1 Parent(s): 3b31991

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -34,7 +34,9 @@ language:
34
  - en
35
  - km
36
  ---
37
- This dataset contains image URLs paired with human-readable captions in both English and Khmer. The captions are extracted from the `visheratin/laion-coco-nllb` dataset and filtered for quality and language accuracy using the score metric. Only entries with valid and reachable image URLs and high-confidence caption pairs were retained.
 
 
38
  Each example contains:
39
  - `id`: Unique ID for the sample
40
  - `url`: Direct image URL
@@ -42,7 +44,7 @@ Each example contains:
42
  - `km_caption`: Khmer translation of the caption
43
  - `score`: Confidence score (e.g. NLLB translation quality or cosine similarity)
44
 
45
- ### Use Cases
46
  - Multimodal Machine Translation (image ↔ text in multiple languages)
47
  - Khmer-English captioning tasks
48
  - Low-resource language training for image-to-text or text-to-image models
 
34
  - en
35
  - km
36
  ---
37
+ ## Description
38
+
39
+ This dataset contains image URLs paired with human-readable captions in both English and Khmer. The captions are extracted from the [`visheratin/laion-coco-nllb`](https://huggingface.co/datasets/visheratin/laion-coco-nllb) dataset and filtered for quality and language accuracy using the score metric. Only entries with valid and reachable image URLs and high-confidence caption pairs were retained.
40
  Each example contains:
41
  - `id`: Unique ID for the sample
42
  - `url`: Direct image URL
 
44
  - `km_caption`: Khmer translation of the caption
45
  - `score`: Confidence score (e.g. NLLB translation quality or cosine similarity)
46
 
47
+ ## Use Cases
48
  - Multimodal Machine Translation (image ↔ text in multiple languages)
49
  - Khmer-English captioning tasks
50
  - Low-resource language training for image-to-text or text-to-image models