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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) 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 |
|
@@ -55,21 +55,22 @@ More information needed
|
|
55 |
|
56 |
The following hyperparameters were used during training:
|
57 |
- learning_rate: 6e-05
|
58 |
-
- train_batch_size:
|
59 |
-
- eval_batch_size:
|
60 |
- seed: 33
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
-
- num_epochs:
|
64 |
-
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
| 0.
|
|
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
+
value: 0.9015873015873016
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
+
value: 0.9014926755197933
|
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the indonlu dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.6015
|
37 |
+
- Accuracy: 0.9016
|
38 |
+
- F1: 0.9015
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
55 |
|
56 |
The following hyperparameters were used during training:
|
57 |
- learning_rate: 6e-05
|
58 |
+
- train_batch_size: 16
|
59 |
+
- eval_batch_size: 16
|
60 |
- seed: 33
|
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 |
+
| 1.0427 | 1.0 | 688 | 0.6306 | 0.8683 | 0.8684 |
|
70 |
+
| 0.5332 | 2.0 | 1376 | 0.5621 | 0.8794 | 0.8779 |
|
71 |
+
| 0.3021 | 3.0 | 2064 | 0.6785 | 0.8905 | 0.8896 |
|
72 |
+
| 0.1851 | 4.0 | 2752 | 0.6085 | 0.8968 | 0.8959 |
|
73 |
+
| 0.1152 | 5.0 | 3440 | 0.6015 | 0.9016 | 0.9015 |
|
74 |
|
75 |
|
76 |
### Framework versions
|