anton-l HF staff commited on
Commit
76b46de
1 Parent(s): e4d724a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ model-index:
16
  # Python-Edu Scorer
17
 
18
  This model is a fine-tuned version of [Snowflake/snowflake-arctic-embed-m](https://huggingface.co/Snowflake/snowflake-arctic-embed-m) on a dataset of Python files labeled by Llama3 for educational value.
19
- We used this classifier to build the [Python-Edu](https://huggingface.co/datasets/HuggingFaceTB/cosmopedia-v2) dataset.
20
 
21
  ### How to use in transformers
22
  To load the Python-Edu classifier, use the following code:
 
16
  # Python-Edu Scorer
17
 
18
  This model is a fine-tuned version of [Snowflake/snowflake-arctic-embed-m](https://huggingface.co/Snowflake/snowflake-arctic-embed-m) on a dataset of Python files labeled by Llama3 for educational value.
19
+ We used this classifier to build the [Python-Edu](https://huggingface.co/datasets/HuggingFaceTB/smollm-corpus) dataset.
20
 
21
  ### How to use in transformers
22
  To load the Python-Edu classifier, use the following code: