--- language: - eu license: cc-by-4.0 size_categories: - 100K 0.98) to better filter the instances in Basque. Apart from the same attributes found in `laion/relaion2B-multi-research`, we add the following to each instance. * "lang_laion": language originally detected by the classifier used in `laion/relaion2B-multi-research`. * "lang": language detected by `Mike0307/multilingual-e5-language-detection`. This is always 'Basque'. * "lang_prob": probability of the caption to be written in Basque given by `Mike0307/multilingual-e5-language-detection`. In order to load the dataset, run the following code: ``` from datasets import load_dataset dataset = load_dataset("HiTZ/laion-eus") ```