Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
---
|
2 |
base_model: microsoft/mpnet-base
|
3 |
tags:
|
4 |
-
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
-
should probably proofread and complete it, then remove this comment. -->
|
13 |
-
|
14 |
[<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/k2lc9nx3)
|
15 |
-
# mpnet-base-
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/mpnet-base](https://huggingface.co/microsoft/mpnet-base) on the HuggingFaceFW/fineweb-edu-llama3-annotations dataset.
|
18 |
It achieves the following results on the evaluation set:
|
@@ -62,4 +62,4 @@ The following hyperparameters were used during training:
|
|
62 |
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-09
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_ratio: 0.05
|
65 |
-
- num_epochs: 1.0
|
|
|
1 |
---
|
2 |
base_model: microsoft/mpnet-base
|
3 |
tags:
|
4 |
+
- edu score
|
5 |
+
- data filter
|
6 |
+
inference: false
|
7 |
+
datasets:
|
8 |
+
- HuggingFaceFW/fineweb-edu-llama3-annotations
|
9 |
+
license: mit
|
10 |
+
language:
|
11 |
+
- en
|
12 |
---
|
13 |
|
|
|
|
|
|
|
14 |
[<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/k2lc9nx3)
|
15 |
+
# mpnet-base-edu-classifier
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/mpnet-base](https://huggingface.co/microsoft/mpnet-base) on the HuggingFaceFW/fineweb-edu-llama3-annotations dataset.
|
18 |
It achieves the following results on the evaluation set:
|
|
|
62 |
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-09
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_ratio: 0.05
|
65 |
+
- num_epochs: 1.0
|