intanm commited on
Commit
e1976fb
1 Parent(s): 4371d7a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: mlm-20230405-002-4
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # mlm-20230405-002-4
14
+
15
+ This model is a fine-tuned version of [indobenchmark/indobert-base-p1](https://huggingface.co/indobenchmark/indobert-base-p1) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.9203
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 20
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 284 | 4.0646 |
49
+ | 4.7247 | 2.0 | 568 | 3.3108 |
50
+ | 4.7247 | 3.0 | 852 | 3.0008 |
51
+ | 3.1652 | 4.0 | 1136 | 2.7421 |
52
+ | 3.1652 | 5.0 | 1420 | 2.5398 |
53
+ | 2.6664 | 6.0 | 1704 | 2.4601 |
54
+ | 2.6664 | 7.0 | 1988 | 2.3281 |
55
+ | 2.4079 | 8.0 | 2272 | 2.2595 |
56
+ | 2.235 | 9.0 | 2556 | 2.2096 |
57
+ | 2.235 | 10.0 | 2840 | 2.1656 |
58
+ | 2.1012 | 11.0 | 3124 | 2.1208 |
59
+ | 2.1012 | 12.0 | 3408 | 2.0601 |
60
+ | 1.9958 | 13.0 | 3692 | 2.0032 |
61
+ | 1.9958 | 14.0 | 3976 | 2.0479 |
62
+ | 1.9279 | 15.0 | 4260 | 1.9541 |
63
+ | 1.8739 | 16.0 | 4544 | 1.9563 |
64
+ | 1.8739 | 17.0 | 4828 | 1.9444 |
65
+ | 1.8358 | 18.0 | 5112 | 1.9108 |
66
+ | 1.8358 | 19.0 | 5396 | 1.9408 |
67
+ | 1.8018 | 20.0 | 5680 | 1.9278 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.27.4
73
+ - Pytorch 2.0.0+cu118
74
+ - Datasets 2.11.0
75
+ - Tokenizers 0.13.3