Datasets:
Fix link
Browse files
README.md
CHANGED
@@ -496,7 +496,7 @@ We also experimented with different LLMs: Llama3-70B-Instruct, Mixtral-8x-7B-Ins
|
|
496 |
### Classifier training
|
497 |
We fine-tuned a Bert-like regression model using these annotations, based on [Snowflake-arctic-embed](https://huggingface.co/Snowflake/snowflake-arctic-embed-m). When converted to a binary classification using a score of 3 as a threshold for keeping and removing files, the model achieved an F1 score of 82%. The classification of FineWeb 15T tokens took 6k H100 GPU hours.
|
498 |
|
499 |
-
The classifier is available at: [
|
500 |
|
501 |
### Filtering and results
|
502 |
**Note**: You can find more details about the ablations and results in the FineWeb [blog post](https://huggingface.co/spaces/HuggingFaceFW/blogpost-fineweb-v1).
|
|
|
496 |
### Classifier training
|
497 |
We fine-tuned a Bert-like regression model using these annotations, based on [Snowflake-arctic-embed](https://huggingface.co/Snowflake/snowflake-arctic-embed-m). When converted to a binary classification using a score of 3 as a threshold for keeping and removing files, the model achieved an F1 score of 82%. The classification of FineWeb 15T tokens took 6k H100 GPU hours.
|
498 |
|
499 |
+
The classifier is available at: [HuggingFaceFW/fineweb-edu-classifier/](https://huggingface.co/HuggingFaceFW/fineweb-edu-classifier/)
|
500 |
|
501 |
### Filtering and results
|
502 |
**Note**: You can find more details about the ablations and results in the FineWeb [blog post](https://huggingface.co/spaces/HuggingFaceFW/blogpost-fineweb-v1).
|