dinhanhx commited on
Commit
6a1916d
1 Parent(s): 19f9215

Update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -23,5 +23,10 @@ I provide both English and Vietnamese `.tsv` files. For the English one, one can
23
  - https://huggingface.co/datasets/conceptual_captions
24
  - https://github.com/google-research-datasets/conceptual-captions
25
 
 
 
 
 
 
26
  ⚠ Note:
27
  - Some of image urls might die over the time ([liuhaotian/LLaVA-CC3M-Pretrain-595K](https://huggingface.co/datasets/liuhaotian/LLaVA-CC3M-Pretrain-595K) reported that 15% of original dataset are inaccessible). I'm not responsible for them.
 
23
  - https://huggingface.co/datasets/conceptual_captions
24
  - https://github.com/google-research-datasets/conceptual-captions
25
 
26
+ To download the dataset, one can use the tool:
27
+ - https://github.com/rom1504/img2dataset/blob/main/dataset_examples/cc3m.md
28
+
29
+ Or just iterate line by line (`url<tab>caption`)
30
+
31
  ⚠ Note:
32
  - Some of image urls might die over the time ([liuhaotian/LLaVA-CC3M-Pretrain-595K](https://huggingface.co/datasets/liuhaotian/LLaVA-CC3M-Pretrain-595K) reported that 15% of original dataset are inaccessible). I'm not responsible for them.