alistvt commited on
Commit
1882b55
1 Parent(s): acfb70e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model is a fine-tuned version of [alistvt/bert-base-uncased-pretrained-mlm-coqa-stories](https://huggingface.co/alistvt/bert-base-uncased-pretrained-mlm-coqa-stories) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 2.7585
17
 
18
  ## Model description
19
 
@@ -32,13 +32,13 @@ More information needed
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
- - learning_rate: 2e-05
36
  - train_batch_size: 16
37
  - eval_batch_size: 16
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
- - num_epochs: 3
42
 
43
  ### Training results
44
 
@@ -54,6 +54,9 @@ The following hyperparameters were used during training:
54
  | 2.3314 | 2.36 | 16000 | 2.7836 |
55
  | 2.3433 | 2.65 | 18000 | 2.7650 |
56
  | 2.3604 | 2.95 | 20000 | 2.7585 |
 
 
 
57
 
58
 
59
  ### Framework versions
 
13
 
14
  This model is a fine-tuned version of [alistvt/bert-base-uncased-pretrained-mlm-coqa-stories](https://huggingface.co/alistvt/bert-base-uncased-pretrained-mlm-coqa-stories) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 2.8125
17
 
18
  ## Model description
19
 
 
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
+ - learning_rate: 1e-05
36
  - train_batch_size: 16
37
  - eval_batch_size: 16
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
+ - num_epochs: 4
42
 
43
  ### Training results
44
 
 
54
  | 2.3314 | 2.36 | 16000 | 2.7836 |
55
  | 2.3433 | 2.65 | 18000 | 2.7650 |
56
  | 2.3604 | 2.95 | 20000 | 2.7585 |
57
+ | 2.2232 | 3.24 | 22000 | 2.8120 |
58
+ | 2.2094 | 3.53 | 24000 | 2.7945 |
59
+ | 2.2306 | 3.83 | 26000 | 2.8125 |
60
 
61
 
62
  ### Framework versions