Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
Tags:
DOI:
License:
thomwolf HF staff commited on
Commit
22b0aca
1 Parent(s): 30cbcd6
Files changed (1) hide show
  1. README.md +1 -1
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: [https://huggingface.co/HuggingFaceFW/fineweb-edu-classifier/](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).
 
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).