october-sd
commited on
Commit
•
c122bce
1
Parent(s):
77253fc
Training complete
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/muril-base-cased](https://huggingface.co/google/muril-base-cased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
@@ -57,6 +57,8 @@ The following hyperparameters were used during training:
|
|
57 |
| 0.6125 | 4.92 | 195 | 0.3716 |
|
58 |
| 0.3659 | 5.98 | 234 | 0.2228 |
|
59 |
| 0.2697 | 6.96 | 273 | 0.1203 |
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/muril-base-cased](https://huggingface.co/google/muril-base-cased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0458
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
+
- num_epochs: 9
|
48 |
|
49 |
### Training results
|
50 |
|
|
|
57 |
| 0.6125 | 4.92 | 195 | 0.3716 |
|
58 |
| 0.3659 | 5.98 | 234 | 0.2228 |
|
59 |
| 0.2697 | 6.96 | 273 | 0.1203 |
|
60 |
+
| 0.1038 | 7.98 | 312 | 0.0648 |
|
61 |
+
| 0.0607 | 8.96 | 351 | 0.0458 |
|
62 |
|
63 |
|
64 |
### Framework versions
|