Update README.md
Browse files
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/
|
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:
|