--- task_categories: - text-generation language: - ru - zh - de - ja - es - fr - it - pt - pl - nl - id - tr - cs - vi - sv - fa - ar - el - da - hu pretty_name: FineWeb2-embedded configs: - config_name: rus_Cyrl data_files: - split: train path: rus_Cyrl/* - config_name: cmn_Hani data_files: - split: train path: cmn_Hani/* - config_name: deu_Latn data_files: - split: train path: deu_Latn/* - config_name: jpn_Jpan data_files: - split: train path: jpn_Jpan/* - config_name: spa_Latn data_files: - split: train path: spa_Latn/* - config_name: fra_Latn data_files: - split: train path: fra_Latn/* - config_name: ita_Latn data_files: - split: train path: ita_Latn/* - config_name: por_Latn data_files: - split: train path: por_Latn/* - config_name: pol_Latn data_files: - split: train path: pol_Latn/* - config_name: nld_Latn data_files: - split: train path: nld_Latn/* - config_name: ind_Latn data_files: - split: train path: ind_Latn/* - config_name: tur_Latn data_files: - split: train path: tur_Latn/* - config_name: ces_Latn data_files: - split: train path: ces_Latn/* - config_name: vie_Latn data_files: - split: train path: vie_Latn/* - config_name: swe_Latn data_files: - split: train path: swe_Latn/* - config_name: fas_Arab data_files: - split: train path: fas_Arab/* - config_name: arb_Arab data_files: - split: train path: arb_Arab/* - config_name: ell_Grek data_files: - split: train path: ell_Grek/* - config_name: dan_Latn data_files: - split: train path: dan_Latn/* - config_name: hun_Latn data_files: - split: train path: hun_Latn/* license: odc-by size_categories: - 1B", "text": "Plutonium ist einer der gefährlichsten Stoffe der Welt. Es entsteht als hochgiftiges und radioaktives Nebenprodukt der Energiegewinnung in Atomkraftwerken. Wer nur ein Millionstel Gramm – ein kaum staubkorngroßes Teilchen – der Substanz einatmet, kann daran sterben. In der Natur kommt der Stoff nur in geringsten Mengen vor, wird aber künstlich hergestellt, weil man damit Bomben bauen kann. Je nach Reinheitsgrad reichen für eine Atombombe bereits fünf Kilogramm. Bis zum Beginn der achtziger Jahre des letzten Jahrhunderts hatten die Reaktoren weltweit bereits rund 300.000 Kilogramm erbrütet. Jährlich kommen etwa 20.000 Kilo hinzu. Genau dieser Stoff wird zu Land und zu Wasser um den ganzen Erdball herum transportiert. Legendär sind die Castor-Transporte, bei denen unter strengsten Sicherheitsvorkehrungen und entsprechenden Kosten abgebrannte Brennelemente aus deutschen Kernkraftwerken zur Wiederaufbereitung nach La Hague (Frankreich) oder Sellafield (Großbritannien) gebracht werden. Erst vergangenen Mai hat ein Frachter die größte Menge wiederaufbereiteten Mülls aller Zeiten von Frankreich nach Japan gebracht. Nicht auszudenken, was ein Unfall auf See bedeuten würde.", "date": "2014-03-16T08:53:38Z", "dump": "CC-MAIN-2014-10", "embeddings": [[ ... ]], "file_path": "s3://commoncrawl/crawl-data/CC-MAIN-2014-10/segments/1394678702159/warc/CC-MAIN-20140313024502-00039-ip-10-183-142-35.ec2.internal.warc.gz", "language": "deu", "language_score": 0.9983288645744324, "language_script": "Latn", "minhash_cluster_size": 2, "top_langs": {"deu_Latn_score": 0.9983288645744324}, "url": "http://www.greenpeace.org/austria/de/themen/atom/probleme/atomtransporte/", } ``` ## Usage You can load the dataset in Python using `datasets`: ```python from datasets import load_dataset dataset = load_dataset("epfml/FineWeb2-embedded", "deu_Latn") ``` ## Licensing information Like FineWeb2, this dataset is released under [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/) license and is subject to [CommonCrawl's Terms of Use](https://commoncrawl.org/terms-of-use). ## Dataset origin Being based on FineWeb2, this data covers websites over the 2013-2024 time period. FineWeb2 is sourced from the internet at large, it is very likely that some personable identifiable information (PII) will be present, even if the FineWeb2 processing has already anonymized email addresses and public IP addresses. If you find your own PII and would like it removed, please fill out the [FineWeb2 PII removal/opt out form](https://forms.gle/VyNT3ZAUPZjPuWp39). CommonCrawl respects robots.txt at crawl time, but if you are a webmaster and find your website in FineWeb2 and would like to have it removed, you may also use the [FineWeb2 PII removal/opt out form](https://forms.gle/VyNT3ZAUPZjPuWp39). ## Considerations for Using the Data For the aspects of social impact, discussion of biases, and known limitations, we also refer to the [FineWeb2 documentation](https://huggingface.co/datasets/HuggingFaceFW/fineweb-2). ## Citation information If you use this dataset in your research or applications, please use the following citation: ``` @article{messmer2025multilingdatacomp, title={Enhancing Multilingual LLM Pretraining with Model-Based Data Selection}, author={Bettina Messmer and Vinko Sabolčec and Martin Jaggi}, journal={arXiv}, year={2025}, url={https://arxiv.org/abs/2502.10361}, } ```