End of training
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- F1: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
-
- Precision: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,7 +43,7 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate:
|
47 |
- train_batch_size: 16
|
48 |
- eval_batch_size: 16
|
49 |
- seed: 42
|
@@ -56,11 +56,11 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Recall | Accuracy | Precision |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:--------:|:---------:|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.9226
|
24 |
+
- F1: 0.7658
|
25 |
+
- Recall: 0.7781
|
26 |
+
- Accuracy: 0.7781
|
27 |
+
- Precision: 0.7732
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
- train_batch_size: 16
|
48 |
- eval_batch_size: 16
|
49 |
- seed: 42
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Recall | Accuracy | Precision |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:--------:|:---------:|
|
59 |
+
| No log | 1.0 | 442 | 1.6778 | 0.5689 | 0.6220 | 0.6220 | 0.5666 |
|
60 |
+
| 2.5427 | 2.0 | 884 | 1.2190 | 0.6737 | 0.7091 | 0.7091 | 0.6681 |
|
61 |
+
| 1.2661 | 3.0 | 1326 | 1.0742 | 0.7099 | 0.7440 | 0.7440 | 0.7132 |
|
62 |
+
| 0.8666 | 4.0 | 1768 | 1.0213 | 0.7374 | 0.7526 | 0.7526 | 0.7447 |
|
63 |
+
| 0.6456 | 5.0 | 2210 | 0.9226 | 0.7658 | 0.7781 | 0.7781 | 0.7732 |
|
64 |
|
65 |
|
66 |
### Framework versions
|