salanueva commited on
Commit
2590575
·
verified ·
1 Parent(s): b3d247a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-to-text
5
+ language:
6
+ - eu
7
+ pretty_name: LAION-eus
8
+ size_categories:
9
+ - 100K<n<1M
10
+ ---
11
+
12
+ This dataset contains a subset of [laion/relaion2B-multi-research](https://huggingface.co/datasets/laion/relaion2B-multi-research) where captions are written in Basque. Although language is already detected for its captions, we used another language detector [Mike0307/multilingual-e5-language-detection](https://huggingface.co/Mike0307/multilingual-e5-language-detection) and a high certainty threshold (p > 0.98) to better filter the instances in Basque.
13
+
14
+ Apart from the same attributes found in `laion/relaion2B-multi-research`, we add the following to each instance.
15
+
16
+ * "lang_laion": language originally detected by the classifier used in `laion/relaion2B-multi-research`.
17
+ * "lang": language detected by `Mike0307/multilingual-e5-language-detection`. This is always 'Basque'.
18
+ * "lang_prob": probability of the caption to be written in Basque given by `Mike0307/multilingual-e5-language-detection`.