Koltunov-Matthew commited on
Commit
c1ad6bf
1 Parent(s): 1709761

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
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 an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.4846
18
 
19
  ## Model description
20
 
@@ -33,23 +33,28 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - learning_rate: 2e-05
37
  - train_batch_size: 16
38
  - eval_batch_size: 16
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 5
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | No log | 1.0 | 96 | 0.6622 |
49
- | No log | 2.0 | 192 | 0.6224 |
50
- | No log | 3.0 | 288 | 0.5013 |
51
- | No log | 4.0 | 384 | 0.4895 |
52
- | No log | 5.0 | 480 | 0.4846 |
 
 
 
 
 
53
 
54
 
55
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.3725
18
 
19
  ## Model description
20
 
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 0.0002
37
  - train_batch_size: 16
38
  - eval_batch_size: 16
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 10
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 96 | 0.6786 |
49
+ | No log | 2.0 | 192 | 0.3586 |
50
+ | No log | 3.0 | 288 | 0.2853 |
51
+ | No log | 4.0 | 384 | 0.4693 |
52
+ | No log | 5.0 | 480 | 0.3914 |
53
+ | 0.5916 | 6.0 | 576 | 0.3428 |
54
+ | 0.5916 | 7.0 | 672 | 0.3450 |
55
+ | 0.5916 | 8.0 | 768 | 0.3544 |
56
+ | 0.5916 | 9.0 | 864 | 0.3694 |
57
+ | 0.5916 | 10.0 | 960 | 0.3725 |
58
 
59
 
60
  ### Framework versions