timewanderer commited on
Commit
28721e0
1 Parent(s): ece3ac6

Training complete!

Browse files
Files changed (1) hide show
  1. README.md +10 -13
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2209
22
- - Accuracy: 0.9471
23
 
24
  ## Model description
25
 
@@ -44,22 +44,19 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 10
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | No log | 1.0 | 318 | 1.8516 | 0.7474 |
54
- | 2.1784 | 2.0 | 636 | 0.9798 | 0.8771 |
55
- | 2.1784 | 3.0 | 954 | 0.5581 | 0.9148 |
56
- | 0.8727 | 4.0 | 1272 | 0.3767 | 0.9326 |
57
- | 0.381 | 5.0 | 1590 | 0.2928 | 0.9426 |
58
- | 0.381 | 6.0 | 1908 | 0.2570 | 0.9435 |
59
- | 0.2238 | 7.0 | 2226 | 0.2370 | 0.9465 |
60
- | 0.1683 | 8.0 | 2544 | 0.2273 | 0.9465 |
61
- | 0.1683 | 9.0 | 2862 | 0.2221 | 0.9468 |
62
- | 0.1478 | 10.0 | 3180 | 0.2209 | 0.9471 |
63
 
64
 
65
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.3006
22
+ - Accuracy: 0.9406
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 7
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 318 | 1.6434 | 0.7435 |
54
+ | 1.9562 | 2.0 | 636 | 0.9006 | 0.8661 |
55
+ | 1.9562 | 3.0 | 954 | 0.5509 | 0.9129 |
56
+ | 0.8242 | 4.0 | 1272 | 0.4011 | 0.9313 |
57
+ | 0.4197 | 5.0 | 1590 | 0.3346 | 0.9390 |
58
+ | 0.4197 | 6.0 | 1908 | 0.3087 | 0.9384 |
59
+ | 0.2973 | 7.0 | 2226 | 0.3006 | 0.9406 |
 
 
 
60
 
61
 
62
  ### Framework versions