tiagoblima commited on
Commit
ff5d814
1 Parent(s): 40d4154

End of training

Browse files
Files changed (3) hide show
  1. README.md +19 -7
  2. test_metrics.json +10 -0
  3. val_metrics.json +10 -0
README.md CHANGED
@@ -5,6 +5,9 @@ tags:
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
 
 
 
8
  model-index:
9
  - name: newsdata-bertimbal
10
  results: []
@@ -17,8 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.3387
21
- - Accuracy: 0.9045
 
 
 
22
 
23
  ## Model description
24
 
@@ -49,11 +55,17 @@ The following hyperparameters were used during training:
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
- |:-------------:|:------:|:----:|:---------------:|:--------:|
54
- | 0.5125 | 0.2749 | 2000 | 0.4810 | 0.8749 |
55
- | 0.3874 | 0.5498 | 4000 | 0.3903 | 0.8938 |
56
- | 0.3425 | 0.8247 | 6000 | 0.3387 | 0.9045 |
 
 
 
 
 
 
57
 
58
 
59
  ### Framework versions
 
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
8
+ - precision
9
+ - f1
10
+ - recall
11
  model-index:
12
  - name: newsdata-bertimbal
13
  results: []
 
20
 
21
  This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.2924
24
+ - Accuracy: 0.9183
25
+ - Precision: 0.9118
26
+ - F1: 0.9144
27
+ - Recall: 0.9183
28
 
29
  ## Model description
30
 
 
55
 
56
  ### Training results
57
 
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | F1 | Recall |
59
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
60
+ | 0.7154 | 0.1024 | 1000 | 0.5830 | 0.856 | 0.8352 | 0.8399 | 0.856 |
61
+ | 0.5232 | 0.2048 | 2000 | 0.4769 | 0.874 | 0.8647 | 0.8633 | 0.874 |
62
+ | 0.4342 | 0.3071 | 3000 | 0.3966 | 0.891 | 0.8800 | 0.8826 | 0.891 |
63
+ | 0.3969 | 0.4095 | 4000 | 0.3509 | 0.9023 | 0.8900 | 0.8949 | 0.9023 |
64
+ | 0.3719 | 0.5119 | 5000 | 0.3263 | 0.9102 | 0.9055 | 0.9054 | 0.9102 |
65
+ | 0.3638 | 0.6143 | 6000 | 0.3209 | 0.909 | 0.9017 | 0.9035 | 0.909 |
66
+ | 0.3217 | 0.7166 | 7000 | 0.3131 | 0.9068 | 0.9025 | 0.9034 | 0.9068 |
67
+ | 0.3169 | 0.8190 | 8000 | 0.2952 | 0.9167 | 0.9101 | 0.9125 | 0.9167 |
68
+ | 0.3147 | 0.9214 | 9000 | 0.2924 | 0.9183 | 0.9118 | 0.9144 | 0.9183 |
69
 
70
 
71
  ### Framework versions
test_metrics.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test_loss": 0.29217079281806946,
3
+ "test_accuracy": 0.917,
4
+ "test_precision": 0.9091510305145407,
5
+ "test_f1": 0.9120262685701904,
6
+ "test_recall": 0.917,
7
+ "test_runtime": 60.0375,
8
+ "test_samples_per_second": 66.625,
9
+ "test_steps_per_second": 33.313
10
+ }
val_metrics.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test_loss": 0.29238182306289673,
3
+ "test_accuracy": 0.9183333333333333,
4
+ "test_precision": 0.9118332286016088,
5
+ "test_f1": 0.9143940987847119,
6
+ "test_recall": 0.9183333333333333,
7
+ "test_runtime": 89.1537,
8
+ "test_samples_per_second": 67.3,
9
+ "test_steps_per_second": 33.65
10
+ }