ayameRushia commited on
Commit
99c5801
1 Parent(s): 349d712

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - indonlu
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: indobert-base-uncased-finetuned-indonlu-smsa
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: indonlu
17
+ type: indonlu
18
+ args: smsa
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.9365079365079365
23
+ ---
24
+
25
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
+ should probably proofread and complete it, then remove this comment. -->
27
+
28
+ # indobert-base-uncased-finetuned-indonlu-smsa
29
+
30
+ This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on the indonlu dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 0.2416
33
+ - Accuracy: 0.9365
34
+
35
+ ## Model description
36
+
37
+ More information needed
38
+
39
+ ## Intended uses & limitations
40
+
41
+ More information needed
42
+
43
+ ## Training and evaluation data
44
+
45
+ More information needed
46
+
47
+ ## Training procedure
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 1e-05
53
+ - train_batch_size: 32
54
+ - eval_batch_size: 32
55
+ - seed: 42
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: linear
58
+ - lr_scheduler_warmup_steps: 2000
59
+ - num_epochs: 10
60
+
61
+ ### Training results
62
+
63
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
64
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
65
+ | No log | 1.0 | 344 | 0.6655 | 0.7206 |
66
+ | 0.7832 | 2.0 | 688 | 0.3297 | 0.8651 |
67
+ | 0.3331 | 3.0 | 1032 | 0.2184 | 0.9254 |
68
+ | 0.3331 | 4.0 | 1376 | 0.2057 | 0.9302 |
69
+ | 0.2053 | 5.0 | 1720 | 0.2105 | 0.9270 |
70
+ | 0.1408 | 6.0 | 2064 | 0.2036 | 0.9270 |
71
+ | 0.1408 | 7.0 | 2408 | 0.2416 | 0.9365 |
72
+ | 0.1044 | 8.0 | 2752 | 0.3145 | 0.9302 |
73
+ | 0.0637 | 9.0 | 3096 | 0.3095 | 0.9294 |
74
+ | 0.0637 | 10.0 | 3440 | 0.3354 | 0.9286 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.14.1
80
+ - Pytorch 1.10.0+cu111
81
+ - Datasets 1.17.0
82
+ - Tokenizers 0.10.3