Update README.md
Browse files
README.md
CHANGED
@@ -19,10 +19,12 @@ Because the Base Model is a multilingual model, even though it was trained only
|
|
19 |
Available languages can be checked in the language of the base model above.
|
20 |
|
21 |
### Training scores
|
22 |
-
Epoch
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
|
|
26 |
TrainOutput(global_step=90087, training_loss=0.19955111364530848, metrics={'train_runtime': 11692.8865, 'train_samples_per_second': 30.817, 'train_steps_per_second': 7.704, 'total_flos': 4.889673580336036e+16, 'train_loss': 0.19955111364530848, 'epoch': 3.0})
|
27 |
|
28 |
|
|
|
19 |
Available languages can be checked in the language of the base model above.
|
20 |
|
21 |
### Training scores
|
22 |
+
| Epoch | Training Loss | Validation Loss | F1 |
|
23 |
+
|-------|---------------|------------------|----------|
|
24 |
+
| 1 | 0.237400 | 0.213017 | 0.791144 |
|
25 |
+
| 2 | 0.177400 | 0.174727 | 0.839951 |
|
26 |
+
| 3 | 0.119500 | 0.157669 | 0.862055 |
|
27 |
+
|
28 |
TrainOutput(global_step=90087, training_loss=0.19955111364530848, metrics={'train_runtime': 11692.8865, 'train_samples_per_second': 30.817, 'train_steps_per_second': 7.704, 'total_flos': 4.889673580336036e+16, 'train_loss': 0.19955111364530848, 'epoch': 3.0})
|
29 |
|
30 |
|