ayameRushia
commited on
Commit
•
5139b0b
1
Parent(s):
f7c04fa
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
datasets:
|
5 |
+
- indonlu
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: roberta-base-indonesian-1.5G-finetuned-wnli
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: Text Classification
|
13 |
+
type: text-classification
|
14 |
+
dataset:
|
15 |
+
name: indonlu
|
16 |
+
type: indonlu
|
17 |
+
args: smsa
|
18 |
+
metrics:
|
19 |
+
- name: Accuracy
|
20 |
+
type: accuracy
|
21 |
+
value: 0.9246031746031746
|
22 |
+
---
|
23 |
+
|
24 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
25 |
+
should probably proofread and complete it, then remove this comment. -->
|
26 |
+
|
27 |
+
# roberta-base-indonesian-1.5G-finetuned-wnli
|
28 |
+
|
29 |
+
This model is a fine-tuned version of [cahya/roberta-base-indonesian-1.5G](https://huggingface.co/cahya/roberta-base-indonesian-1.5G) on the indonlu dataset.
|
30 |
+
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 0.5420
|
32 |
+
- Accuracy: 0.9246
|
33 |
+
|
34 |
+
## Model description
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Intended uses & limitations
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training and evaluation data
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training procedure
|
47 |
+
|
48 |
+
### Training hyperparameters
|
49 |
+
|
50 |
+
The following hyperparameters were used during training:
|
51 |
+
- learning_rate: 2e-05
|
52 |
+
- train_batch_size: 16
|
53 |
+
- eval_batch_size: 16
|
54 |
+
- seed: 42
|
55 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
56 |
+
- lr_scheduler_type: linear
|
57 |
+
- num_epochs: 10
|
58 |
+
|
59 |
+
### Training results
|
60 |
+
|
61 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
62 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
63 |
+
| 0.3123 | 1.0 | 688 | 0.3496 | 0.8944 |
|
64 |
+
| 0.1888 | 2.0 | 1376 | 0.2877 | 0.9103 |
|
65 |
+
| 0.0981 | 3.0 | 2064 | 0.3936 | 0.9143 |
|
66 |
+
| 0.0529 | 4.0 | 2752 | 0.4431 | 0.9183 |
|
67 |
+
| 0.0419 | 5.0 | 3440 | 0.5350 | 0.9167 |
|
68 |
+
| 0.0121 | 6.0 | 4128 | 0.5420 | 0.9246 |
|
69 |
+
| 0.0116 | 7.0 | 4816 | 0.5920 | 0.9175 |
|
70 |
+
| 0.0042 | 8.0 | 5504 | 0.6440 | 0.9190 |
|
71 |
+
| 0.0013 | 9.0 | 6192 | 0.6460 | 0.9222 |
|
72 |
+
| 0.001 | 10.0 | 6880 | 0.6575 | 0.9230 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- Transformers 4.14.1
|
78 |
+
- Pytorch 1.10.0+cu111
|
79 |
+
- Datasets 1.16.1
|
80 |
+
- Tokenizers 0.10.3
|