afbudiman commited on
Commit
9847311
1 Parent(s): 8a0ba73

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -12
README.md CHANGED
@@ -20,10 +20,10 @@ model-index:
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.9428571428571428
24
  - name: F1
25
  type: f1
26
- value: 0.9428847892722086
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.2296
37
- - Accuracy: 0.9429
38
- - F1: 0.9429
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: 2
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
- | 0.2409 | 1.0 | 688 | 0.2098 | 0.9413 | 0.9414 |
70
- | 0.1091 | 2.0 | 1376 | 0.2296 | 0.9429 | 0.9429 |
 
 
 
71
 
72
 
73
  ### Framework versions
74
 
75
- - Transformers 4.17.0
76
- - Pytorch 1.10.0+cu111
77
- - Datasets 2.0.0
78
- - Tokenizers 0.11.6
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