anubhavmaity commited on
Commit
7abcda8
1 Parent(s): 9d7e25d

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.7801
21
- - Accuracy: 0.4307
22
 
23
  ## Model description
24
 
@@ -37,7 +37,7 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 5e-05
41
  - train_batch_size: 32
42
  - eval_batch_size: 64
43
  - seed: 42
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 1.6317 | 1.0 | 1159 | 1.5848 | 0.4400 |
53
- | 1.3155 | 2.0 | 2318 | 1.6256 | 0.4408 |
54
- | 0.9483 | 3.0 | 3477 | 1.7801 | 0.4307 |
55
 
56
 
57
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.5590
21
+ - Accuracy: 0.4587
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
  - train_batch_size: 32
42
  - eval_batch_size: 64
43
  - seed: 42
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 1.6649 | 1.0 | 1159 | 1.5851 | 0.4465 |
53
+ | 1.5221 | 2.0 | 2318 | 1.5577 | 0.4566 |
54
+ | 1.4229 | 3.0 | 3477 | 1.5590 | 0.4587 |
55
 
56
 
57
  ### Framework versions