Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,9 @@ metrics:
|
|
16 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/pszemraj/eduscore-regression/runs/8e2uvp5t)
|
17 |
# distilroberta-base-edu-classifier
|
18 |
|
|
|
|
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the HuggingFaceFW/fineweb-edu-llama3-annotations dataset.
|
21 |
It achieves the following results on the evaluation set:
|
|
|
16 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/pszemraj/eduscore-regression/runs/8e2uvp5t)
|
17 |
# distilroberta-base-edu-classifier
|
18 |
|
19 |
+
This predicts an 'eduscore' from 0-5 for given text. You can see an example dataset classified with this model [here](https://huggingface.co/datasets/pszemraj/minipile-graded)
|
20 |
+
|
21 |
+
## Details
|
22 |
|
23 |
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the HuggingFaceFW/fineweb-edu-llama3-annotations dataset.
|
24 |
It achieves the following results on the evaluation set:
|