Jannik Seus commited on
Commit
aa795e8
·
1 Parent(s): 776544d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0965
24
- - Precision: 0.7619
25
- - Recall: 0.7887
26
- - F1: 0.7751
27
- - Accuracy: 0.9732
28
 
29
  ## Model description
30
 
@@ -55,10 +55,10 @@ 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 | 362 | 0.0819 | 0.7044 | 0.7887 | 0.7442 | 0.9692 |
59
- | 0.1181 | 2.0 | 724 | 0.0895 | 0.7347 | 0.7606 | 0.7474 | 0.9682 |
60
- | 0.0381 | 3.0 | 1086 | 0.0919 | 0.7397 | 0.7606 | 0.75 | 0.9703 |
61
- | 0.0381 | 4.0 | 1448 | 0.0965 | 0.7619 | 0.7887 | 0.7751 | 0.9732 |
62
 
63
 
64
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1048
24
+ - Precision: 0.7375
25
+ - Recall: 0.8194
26
+ - F1: 0.7763
27
+ - Accuracy: 0.9650
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 232 | 0.1149 | 0.6062 | 0.8125 | 0.6944 | 0.9500 |
59
+ | No log | 2.0 | 464 | 0.0942 | 0.7267 | 0.8125 | 0.7672 | 0.9630 |
60
+ | 0.1371 | 3.0 | 696 | 0.0981 | 0.7152 | 0.8194 | 0.7638 | 0.9638 |
61
+ | 0.1371 | 4.0 | 928 | 0.1048 | 0.7375 | 0.8194 | 0.7763 | 0.9650 |
62
 
63
 
64
  ### Framework versions