arthd24 commited on
Commit
ede11b0
1 Parent(s): ecd17af

End of training

Browse files
Files changed (2) hide show
  1. README.md +36 -9
  2. model.safetensors +1 -1
README.md CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.8270
19
- - Balanced accuracy: 0.3732
20
 
21
  ## Model description
22
 
@@ -36,26 +36,53 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 5e-05
39
- - train_batch_size: 50
40
- - eval_batch_size: 50
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_ratio: 0.1
45
- - num_epochs: 3
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Balanced accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:-----------------:|
51
- | No log | 1.0 | 59 | 1.1422 | 0.1832 |
52
- | No log | 2.0 | 118 | 0.8644 | 0.3312 |
53
- | No log | 3.0 | 177 | 0.8270 | 0.3732 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
57
 
58
  - Transformers 4.41.2
59
- - Pytorch 2.3.0+cu121
60
  - Datasets 2.20.0
61
  - Tokenizers 0.19.1
 
15
 
16
  This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.6470
19
+ - Balanced accuracy: 0.4809
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 5e-05
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 32
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_ratio: 0.1
45
+ - num_epochs: 30
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Balanced accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:-----------------:|
51
+ | 1.4443 | 1.0 | 92 | 1.2032 | 0.125 |
52
+ | 1.112 | 2.0 | 184 | 0.9012 | 0.3006 |
53
+ | 0.8258 | 3.0 | 276 | 0.8611 | 0.4565 |
54
+ | 0.6286 | 4.0 | 368 | 0.7711 | 0.4397 |
55
+ | 0.4205 | 5.0 | 460 | 0.8665 | 0.4900 |
56
+ | 0.3025 | 6.0 | 552 | 0.9085 | 0.4572 |
57
+ | 0.1904 | 7.0 | 644 | 1.1407 | 0.4584 |
58
+ | 0.1387 | 8.0 | 736 | 1.2191 | 0.4682 |
59
+ | 0.1294 | 9.0 | 828 | 1.3164 | 0.4470 |
60
+ | 0.097 | 10.0 | 920 | 1.4438 | 0.4245 |
61
+ | 0.0843 | 11.0 | 1012 | 1.3584 | 0.4603 |
62
+ | 0.0829 | 12.0 | 1104 | 1.3619 | 0.4442 |
63
+ | 0.0667 | 13.0 | 1196 | 1.4805 | 0.4536 |
64
+ | 0.0596 | 14.0 | 1288 | 1.6224 | 0.4917 |
65
+ | 0.0538 | 15.0 | 1380 | 1.6581 | 0.4253 |
66
+ | 0.0488 | 16.0 | 1472 | 1.6128 | 0.4982 |
67
+ | 0.0442 | 17.0 | 1564 | 1.8136 | 0.4951 |
68
+ | 0.0426 | 18.0 | 1656 | 1.6496 | 0.4859 |
69
+ | 0.0384 | 19.0 | 1748 | 1.6517 | 0.4702 |
70
+ | 0.0311 | 20.0 | 1840 | 1.6183 | 0.4901 |
71
+ | 0.0288 | 21.0 | 1932 | 1.7072 | 0.4647 |
72
+ | 0.0283 | 22.0 | 2024 | 1.6827 | 0.4653 |
73
+ | 0.0244 | 23.0 | 2116 | 1.6211 | 0.4777 |
74
+ | 0.0264 | 24.0 | 2208 | 1.6428 | 0.4719 |
75
+ | 0.0202 | 25.0 | 2300 | 1.6462 | 0.4907 |
76
+ | 0.0198 | 26.0 | 2392 | 1.6719 | 0.4841 |
77
+ | 0.024 | 27.0 | 2484 | 1.6376 | 0.4957 |
78
+ | 0.0205 | 28.0 | 2576 | 1.6477 | 0.4775 |
79
+ | 0.0162 | 29.0 | 2668 | 1.6459 | 0.4909 |
80
+ | 0.0165 | 30.0 | 2760 | 1.6470 | 0.4809 |
81
 
82
 
83
  ### Framework versions
84
 
85
  - Transformers 4.41.2
86
+ - Pytorch 2.1.2
87
  - Datasets 2.20.0
88
  - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba5bf25ad475c802e80fb044ef344c91bd96e6aa9c1ed79b185bc2b882b308f7
3
  size 442280976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:312d1e43703f97a99ffe78b79aae39adcd9a946e88f6fad7538835c025d9de62
3
  size 442280976