Ghunghru commited on
Commit
85bd649
1 Parent(s): b2de255

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -5,6 +5,7 @@ tags:
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
 
8
  model-index:
9
  - name: Misinformation-Covidbert-base-german-cased
10
  results: []
@@ -17,8 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-german-cased](https://huggingface.co/bert-base-german-cased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.9992
21
- - Accuracy: 0.9070
 
22
 
23
  ## Model description
24
 
@@ -47,10 +49,10 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.7707 | 1.0 | 216 | 0.5981 | 0.8419 |
53
- | 0.8252 | 2.0 | 432 | 0.9992 | 0.9070 |
54
 
55
 
56
  ### Framework versions
 
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
8
+ - f1
9
  model-index:
10
  - name: Misinformation-Covidbert-base-german-cased
11
  results: []
 
18
 
19
  This model is a fine-tuned version of [bert-base-german-cased](https://huggingface.co/bert-base-german-cased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.0461
22
+ - Accuracy: {'accuracy': 0.9116279069767442}
23
+ - F1: {'f1': 0.9518987341772153}
24
 
25
  ## Model description
26
 
 
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------------------------------:|:--------------------------:|
54
+ | 0.7824 | 1.0 | 216 | 0.5755 | {'accuracy': 0.8325581395348837} | {'f1': 0.9027027027027028} |
55
+ | 0.8006 | 2.0 | 432 | 1.0461 | {'accuracy': 0.9116279069767442} | {'f1': 0.9518987341772153} |
56
 
57
 
58
  ### Framework versions