jgammack commited on
Commit
f83b4cb
1 Parent(s): 6fd29ef

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 2.3718
18
 
19
  ## Model description
20
 
@@ -34,8 +34,8 @@ More information needed
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
- - train_batch_size: 15
38
- - eval_batch_size: 15
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
@@ -46,21 +46,21 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 3.1225 | 1.0 | 50 | 2.7381 |
50
- | 2.7945 | 2.0 | 100 | 2.6858 |
51
- | 2.7162 | 3.0 | 150 | 2.5329 |
52
- | 2.6526 | 4.0 | 200 | 2.5430 |
53
- | 2.5863 | 5.0 | 250 | 2.4785 |
54
- | 2.5701 | 6.0 | 300 | 2.4415 |
55
- | 2.5362 | 7.0 | 350 | 2.4678 |
56
- | 2.4961 | 8.0 | 400 | 2.4571 |
57
- | 2.4842 | 9.0 | 450 | 2.3915 |
58
- | 2.4697 | 10.0 | 500 | 2.4644 |
59
- | 2.4407 | 11.0 | 550 | 2.3628 |
60
- | 2.4264 | 12.0 | 600 | 2.4008 |
61
- | 2.4321 | 13.0 | 650 | 2.3672 |
62
- | 2.4169 | 14.0 | 700 | 2.3586 |
63
- | 2.4056 | 15.0 | 750 | 2.3705 |
64
 
65
 
66
  ### Framework versions
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 2.0874
18
 
19
  ## Model description
20
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
+ - train_batch_size: 7
38
+ - eval_batch_size: 7
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 2.5593 | 1.0 | 99 | 2.3163 |
50
+ | 2.4346 | 2.0 | 198 | 2.2918 |
51
+ | 2.3377 | 3.0 | 297 | 2.2345 |
52
+ | 2.2953 | 4.0 | 396 | 2.1463 |
53
+ | 2.2296 | 5.0 | 495 | 2.1761 |
54
+ | 2.2235 | 6.0 | 594 | 2.0721 |
55
+ | 2.1878 | 7.0 | 693 | 2.1460 |
56
+ | 2.1569 | 8.0 | 792 | 2.0856 |
57
+ | 2.1455 | 9.0 | 891 | 2.1039 |
58
+ | 2.1391 | 10.0 | 990 | 2.1112 |
59
+ | 2.1056 | 11.0 | 1089 | 2.0694 |
60
+ | 2.1076 | 12.0 | 1188 | 2.0501 |
61
+ | 2.0919 | 13.0 | 1287 | 2.0484 |
62
+ | 2.0669 | 14.0 | 1386 | 2.0342 |
63
+ | 2.0595 | 15.0 | 1485 | 2.0802 |
64
 
65
 
66
  ### Framework versions