andreaschandra commited on
Commit
25a51b8
1 Parent(s): 4cb79ad

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on the tydiqa dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 2.4999
20
 
21
  ## Model description
22
 
@@ -36,8 +36,8 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 1e-05
39
- - train_batch_size: 16
40
- - eval_batch_size: 16
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
@@ -47,16 +47,16 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | 2.919 | 1.0 | 362 | 2.9060 |
51
- | 1.691 | 2.0 | 724 | 2.3301 |
52
- | 1.2875 | 3.0 | 1086 | 2.2975 |
53
- | 1.0796 | 4.0 | 1448 | 2.2565 |
54
- | 0.9246 | 5.0 | 1810 | 2.1829 |
55
- | 0.7948 | 6.0 | 2172 | 2.2602 |
56
- | 0.7139 | 7.0 | 2534 | 2.3786 |
57
- | 0.6345 | 8.0 | 2896 | 2.3917 |
58
- | 0.5932 | 9.0 | 3258 | 2.4541 |
59
- | 0.5576 | 10.0 | 3620 | 2.4999 |
60
 
61
 
62
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on the tydiqa dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 2.3210
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 1e-05
39
+ - train_batch_size: 24
40
+ - eval_batch_size: 24
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | 3.162 | 1.0 | 241 | 3.2961 |
51
+ | 1.9671 | 2.0 | 482 | 2.4509 |
52
+ | 1.457 | 3.0 | 723 | 2.3005 |
53
+ | 1.2349 | 4.0 | 964 | 2.2628 |
54
+ | 1.0681 | 5.0 | 1205 | 2.1436 |
55
+ | 0.9338 | 6.0 | 1446 | 2.1978 |
56
+ | 0.8523 | 7.0 | 1687 | 2.2780 |
57
+ | 0.7909 | 8.0 | 1928 | 2.2481 |
58
+ | 0.725 | 9.0 | 2169 | 2.2912 |
59
+ | 0.6977 | 10.0 | 2410 | 2.3210 |
60
 
61
 
62
  ### Framework versions