Commit
路
25a51b8
1
Parent(s):
4cb79ad
update model card README.md
Browse files
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.
|
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:
|
40 |
-
- eval_batch_size:
|
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 |
-
|
|
51 |
-
| 1.
|
52 |
-
| 1.
|
53 |
-
| 1.
|
54 |
-
|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
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
|