2tina commited on
Commit
b54d31d
1 Parent(s): 0283dae

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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 [monologg/kobigbird-bert-base](https://huggingface.co/monologg/kobigbird-bert-base) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 0.8066
17
 
18
  ## Model description
19
 
@@ -44,18 +44,18 @@ The following hyperparameters were used during training:
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
- | 4.3801 | 0.52 | 500 | 2.8868 |
48
- | 2.0193 | 1.03 | 1000 | 1.2921 |
49
- | 1.2727 | 1.55 | 1500 | 1.1092 |
50
- | 1.0543 | 2.07 | 2000 | 0.9198 |
51
- | 0.8592 | 2.58 | 2500 | 0.8456 |
52
- | 0.7609 | 3.1 | 3000 | 0.8383 |
53
- | 0.6357 | 3.62 | 3500 | 0.8066 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.22.2
59
  - Pytorch 1.12.1+cu113
60
  - Datasets 2.5.2
61
- - Tokenizers 0.12.1
 
13
 
14
  This model is a fine-tuned version of [monologg/kobigbird-bert-base](https://huggingface.co/monologg/kobigbird-bert-base) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 0.8070
17
 
18
  ## Model description
19
 
 
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
+ | 3.5433 | 0.52 | 500 | 1.7958 |
48
+ | 1.5093 | 1.03 | 1000 | 1.1129 |
49
+ | 1.1411 | 1.55 | 1500 | 1.0226 |
50
+ | 0.9785 | 2.07 | 2000 | 0.8868 |
51
+ | 0.8037 | 2.58 | 2500 | 0.8301 |
52
+ | 0.7273 | 3.1 | 3000 | 0.8552 |
53
+ | 0.6034 | 3.62 | 3500 | 0.8070 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.23.0
59
  - Pytorch 1.12.1+cu113
60
  - Datasets 2.5.2
61
+ - Tokenizers 0.13.1