Pretraining Datasets
Collection
This collection provides high-quality, large-scale Romanian pretraining datasets derived from FineWeb-2. • 3 items • Updated
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
FineWeb2-Ro-LLM is a high-quality pretraining dataset for the Romanian language. The data comes from FineWeb2 and annotated leveraging LLMs. More details can be found here.
int_score), topics, subtopics, and reasoning/explanations for the assigned quality scores.You can load this dataset using the Hugging Face datasets library:
from datasets import load_dataset
dataset = load_dataset("OpenLLM-Ro/fineweb2-ro-llm", split="train")