End of training
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# Wikibot-3001
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss:
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -41,18 +41,15 @@ The following hyperparameters were used during training:
|
|
41 |
- distributed_type: tpu
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
-
- num_epochs:
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
-
|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
| 2.0891 | 4.0 | 23800 | 2.0990 |
|
54 |
-
| 2.0306 | 5.0 | 29750 | 2.0579 |
|
55 |
-
| 1.9975 | 6.0 | 35700 | 2.0395 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: Zagusan/Wikibot-3001
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# Wikibot-3001
|
15 |
|
16 |
+
This model is a fine-tuned version of [Zagusan/Wikibot-3001](https://huggingface.co/Zagusan/Wikibot-3001) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.9422
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
41 |
- distributed_type: tpu
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 3
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
+
| 1.9909 | 1.0 | 5950 | 2.0208 |
|
51 |
+
| 1.8924 | 2.0 | 11900 | 1.9678 |
|
52 |
+
| 1.8281 | 3.0 | 17850 | 1.9422 |
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|