--- language: - en license: mit size_categories: - 100K= 0.5 are included ## Fields | Field | Type | Description | |-------|------|-------------| | text | string | The document text | | id | string | Original document ID | | url | string | Source URL | | climate_prob | float | FastText classifier probability (0-1) | | source | string | Source dataset identifier | ## Usage ```python from datasets import load_dataset dataset = load_dataset("Michaelyya/fineweb-edu-v2-FastT") ``` ## Model Details - **Architecture**: FastText supervised classifier - **Training**: 10,000 samples labeled via GPT weak supervision - **Labels**: Binary classification (climate vs. other) - **Hyperparameters**: lr=0.5, epochs=25, wordNgrams=2, dim=100 ## License MIT