GuCuChiara commited on
Commit
d68d495
1 Parent(s): 920311e

Training complete

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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: 0.1408
24
- - Precision: 0.5468
25
- - Recall: 0.4523
26
- - F1: 0.4951
27
- - Accuracy: 0.9518
28
 
29
  ## Model description
30
 
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 71 | 0.1657 | 0.4603 | 0.2935 | 0.3585 | 0.9383 |
59
- | No log | 2.0 | 142 | 0.1466 | 0.5831 | 0.3838 | 0.4629 | 0.9493 |
60
- | No log | 3.0 | 213 | 0.1408 | 0.5468 | 0.4523 | 0.4951 | 0.9518 |
61
 
62
 
63
  ### 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.1367
24
+ - Precision: 0.5765
25
+ - Recall: 0.4800
26
+ - F1: 0.5238
27
+ - Accuracy: 0.9535
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 71 | 0.1588 | 0.4782 | 0.3308 | 0.3911 | 0.9408 |
59
+ | No log | 2.0 | 142 | 0.1397 | 0.5760 | 0.4213 | 0.4866 | 0.9517 |
60
+ | No log | 3.0 | 213 | 0.1367 | 0.5765 | 0.4800 | 0.5238 | 0.9535 |
61
 
62
 
63
  ### Framework versions