susooo commited on
Commit
d33ba5e
1 Parent(s): 1763e42

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [monologg/kobigbird-bert-base](https://huggingface.co/monologg/kobigbird-bert-base) on the custom_squad_v2 dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 2.3824
19
 
20
  ## Model description
21
 
@@ -34,7 +34,7 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 9e-05
38
  - train_batch_size: 32
39
  - eval_batch_size: 32
40
  - seed: 45
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
- | No log | 0.84 | 4 | 3.2718 |
53
- | No log | 1.84 | 8 | 2.5486 |
54
- | No log | 2.84 | 12 | 2.3824 |
55
 
56
 
57
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [monologg/kobigbird-bert-base](https://huggingface.co/monologg/kobigbird-bert-base) on the custom_squad_v2 dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.8963
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
  - train_batch_size: 32
39
  - eval_batch_size: 32
40
  - seed: 45
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
+ | No log | 0.84 | 4 | 2.0601 |
53
+ | No log | 1.84 | 8 | 1.9294 |
54
+ | No log | 2.84 | 12 | 1.8963 |
55
 
56
 
57
  ### Framework versions