fffffly commited on
Commit
e1c4a25
1 Parent(s): c214c10

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.7944
20
- - Accuracy: 0.8683
21
 
22
  ## Model description
23
 
@@ -48,21 +48,21 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 84 | 0.3652 | 0.8593 |
52
- | No log | 2.0 | 168 | 0.3665 | 0.8593 |
53
- | No log | 3.0 | 252 | 0.3688 | 0.8533 |
54
- | No log | 4.0 | 336 | 0.3782 | 0.8473 |
55
- | No log | 5.0 | 420 | 0.3860 | 0.8503 |
56
- | 0.1818 | 6.0 | 504 | 0.4037 | 0.8503 |
57
- | 0.1818 | 7.0 | 588 | 0.4540 | 0.8503 |
58
- | 0.1818 | 8.0 | 672 | 0.4915 | 0.8563 |
59
- | 0.1818 | 9.0 | 756 | 0.5585 | 0.8353 |
60
- | 0.1818 | 10.0 | 840 | 0.6261 | 0.8503 |
61
- | 0.1818 | 11.0 | 924 | 0.6174 | 0.8623 |
62
- | 0.075 | 12.0 | 1008 | 0.6421 | 0.8653 |
63
- | 0.075 | 13.0 | 1092 | 0.7308 | 0.8563 |
64
- | 0.075 | 14.0 | 1176 | 0.7812 | 0.8473 |
65
- | 0.075 | 15.0 | 1260 | 0.7944 | 0.8683 |
66
 
67
 
68
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.8419
20
+ - Accuracy: 0.8623
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 84 | 0.4239 | 0.8353 |
52
+ | No log | 2.0 | 168 | 0.4692 | 0.8443 |
53
+ | No log | 3.0 | 252 | 0.5098 | 0.8503 |
54
+ | No log | 4.0 | 336 | 0.6306 | 0.8533 |
55
+ | No log | 5.0 | 420 | 0.6482 | 0.8503 |
56
+ | 0.0947 | 6.0 | 504 | 0.6836 | 0.8713 |
57
+ | 0.0947 | 7.0 | 588 | 0.7543 | 0.8563 |
58
+ | 0.0947 | 8.0 | 672 | 0.7751 | 0.8683 |
59
+ | 0.0947 | 9.0 | 756 | 0.8317 | 0.8593 |
60
+ | 0.0947 | 10.0 | 840 | 0.8653 | 0.8593 |
61
+ | 0.0947 | 11.0 | 924 | 0.8512 | 0.8683 |
62
+ | 0.0031 | 12.0 | 1008 | 0.8374 | 0.8713 |
63
+ | 0.0031 | 13.0 | 1092 | 0.8369 | 0.8653 |
64
+ | 0.0031 | 14.0 | 1176 | 0.8415 | 0.8653 |
65
+ | 0.0031 | 15.0 | 1260 | 0.8419 | 0.8623 |
66
 
67
 
68
  ### Framework versions