cwinkler commited on
Commit
9e9160f
·
1 Parent(s): b49eec5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.3602
21
- - Accuracy: 0.8641
22
- - F1: 0.8634
23
 
24
  ## Model description
25
 
@@ -50,8 +50,8 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | 0.6294 | 1.0 | 101 | 0.3747 | 0.8586 | 0.8573 |
54
- | 0.3471 | 2.0 | 202 | 0.3602 | 0.8641 | 0.8634 |
55
 
56
 
57
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.3148
21
+ - Accuracy: 0.8776
22
+ - F1: 0.8770
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.4342 | 1.0 | 101 | 0.3256 | 0.8721 | 0.8712 |
54
+ | 0.3229 | 2.0 | 202 | 0.3148 | 0.8776 | 0.8770 |
55
 
56
 
57
  ### Framework versions