afbudiman commited on
Commit
96ff831
1 Parent(s): 922d2cf

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - indonlu
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ model-index:
11
+ - name: distilled-optimized-indobert-classification
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: indonlu
18
+ type: indonlu
19
+ args: smsa
20
+ metrics:
21
+ - name: Accuracy
22
+ type: accuracy
23
+ value: 0.8944444444444445
24
+ - name: F1
25
+ type: f1
26
+ value: 0.89395273315396
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # distilled-optimized-indobert-classification
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.7098
37
+ - Accuracy: 0.8944
38
+ - F1: 0.8940
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 4.315104717136378e-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: 9
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
+ | 1.5386 | 1.0 | 688 | 1.0026 | 0.8325 | 0.8332 |
70
+ | 0.8165 | 2.0 | 1376 | 0.7364 | 0.8786 | 0.8782 |
71
+ | 0.4755 | 3.0 | 2064 | 0.8695 | 0.8794 | 0.8767 |
72
+ | 0.3011 | 4.0 | 2752 | 0.8100 | 0.8921 | 0.8899 |
73
+ | 0.1963 | 5.0 | 3440 | 0.8074 | 0.8960 | 0.8954 |
74
+ | 0.1312 | 6.0 | 4128 | 0.8235 | 0.8897 | 0.8906 |
75
+ | 0.0974 | 7.0 | 4816 | 0.7395 | 0.9063 | 0.9067 |
76
+ | 0.0716 | 8.0 | 5504 | 0.7185 | 0.8960 | 0.8953 |
77
+ | 0.0512 | 9.0 | 6192 | 0.7098 | 0.8944 | 0.8940 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.18.0
83
+ - Pytorch 1.10.0+cu111
84
+ - Datasets 2.1.0
85
+ - Tokenizers 0.12.1