update model card README.md
Browse files
README.md
CHANGED
|
@@ -20,10 +20,10 @@ model-index:
|
|
| 20 |
metrics:
|
| 21 |
- name: Accuracy
|
| 22 |
type: accuracy
|
| 23 |
-
value: 0.
|
| 24 |
- name: F1
|
| 25 |
type: f1
|
| 26 |
-
value: 0.
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -33,9 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [indobenchmark/indobert-base-p1](https://huggingface.co/indobenchmark/indobert-base-p1) on the indonlu dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
-
- Loss: 0.
|
| 37 |
-
- Accuracy: 0.
|
| 38 |
-
- F1: 0.
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
@@ -60,19 +60,22 @@ The following hyperparameters were used during training:
|
|
| 60 |
- seed: 42
|
| 61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 62 |
- lr_scheduler_type: linear
|
| 63 |
-
- num_epochs:
|
| 64 |
|
| 65 |
### Training results
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
| 74 |
|
| 75 |
-
- Transformers 4.
|
| 76 |
-
- Pytorch 1.
|
| 77 |
-
- Datasets 2.
|
| 78 |
-
- Tokenizers 0.
|
|
|
|
| 20 |
metrics:
|
| 21 |
- name: Accuracy
|
| 22 |
type: accuracy
|
| 23 |
+
value: 0.9396825396825397
|
| 24 |
- name: F1
|
| 25 |
type: f1
|
| 26 |
+
value: 0.9393057427148881
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [indobenchmark/indobert-base-p1](https://huggingface.co/indobenchmark/indobert-base-p1) on the indonlu dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
+
- Loss: 0.3707
|
| 37 |
+
- Accuracy: 0.9397
|
| 38 |
+
- F1: 0.9393
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
|
|
| 60 |
- seed: 42
|
| 61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 62 |
- lr_scheduler_type: linear
|
| 63 |
+
- num_epochs: 5
|
| 64 |
|
| 65 |
### Training results
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 69 |
+
| 0.2458 | 1.0 | 688 | 0.2229 | 0.9325 | 0.9323 |
|
| 70 |
+
| 0.1258 | 2.0 | 1376 | 0.2332 | 0.9373 | 0.9369 |
|
| 71 |
+
| 0.059 | 3.0 | 2064 | 0.3389 | 0.9365 | 0.9365 |
|
| 72 |
+
| 0.0268 | 4.0 | 2752 | 0.3412 | 0.9421 | 0.9417 |
|
| 73 |
+
| 0.0097 | 5.0 | 3440 | 0.3707 | 0.9397 | 0.9393 |
|
| 74 |
|
| 75 |
|
| 76 |
### Framework versions
|
| 77 |
|
| 78 |
+
- Transformers 4.18.0
|
| 79 |
+
- Pytorch 1.11.0+cu113
|
| 80 |
+
- Datasets 2.1.0
|
| 81 |
+
- Tokenizers 0.12.1
|