MelmaGrigia commited on
Commit
38a68eb
·
verified ·
1 Parent(s): fd76633

increase a lot performance with italian base bert!

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [dbmdz/bert-base-italian-xxl-uncased](https://huggingface.co/dbmdz/bert-base-italian-xxl-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.2742
23
- - Accuracy: 0.7993
24
- - F1: 0.7894
25
 
26
  ## Model description
27
 
@@ -52,8 +52,8 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
- | No log | 1.0 | 16 | 1.4882 | 0.6241 | 0.5970 |
56
- | No log | 2.0 | 32 | 1.2742 | 0.7993 | 0.7894 |
57
 
58
 
59
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [dbmdz/bert-base-italian-xxl-uncased](https://huggingface.co/dbmdz/bert-base-italian-xxl-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.5546
23
+ - Accuracy: 0.9877
24
+ - F1: 0.9876
25
 
26
  ## Model description
27
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
+ | No log | 1.0 | 29 | 0.9305 | 0.9571 | 0.9561 |
56
+ | No log | 2.0 | 58 | 0.5546 | 0.9877 | 0.9876 |
57
 
58
 
59
  ### Framework versions