NabiilNajm26 commited on
Commit
3f56d88
1 Parent(s): 60588af

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - indonlu
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ model-index:
13
+ - name: sentiment_model_3
14
+ results:
15
+ - task:
16
+ name: Text Classification
17
+ type: text-classification
18
+ dataset:
19
+ name: indonlu
20
+ type: indonlu
21
+ config: smsa
22
+ split: validation
23
+ args: smsa
24
+ metrics:
25
+ - name: Accuracy
26
+ type: accuracy
27
+ value: 0.9468253968253968
28
+ - name: Precision
29
+ type: precision
30
+ value: 0.9299064000831855
31
+ - name: Recall
32
+ type: recall
33
+ value: 0.9226916056718601
34
+ - name: F1
35
+ type: f1
36
+ value: 0.9257234652270979
37
+ ---
38
+
39
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
40
+ should probably proofread and complete it, then remove this comment. -->
41
+
42
+ # sentiment_model_3
43
+
44
+ This model is a fine-tuned version of [indolem/indobertweet-base-uncased](https://huggingface.co/indolem/indobertweet-base-uncased) on the indonlu dataset.
45
+ It achieves the following results on the evaluation set:
46
+ - Loss: 0.2301
47
+ - Accuracy: 0.9468
48
+ - Precision: 0.9299
49
+ - Recall: 0.9227
50
+ - F1: 0.9257
51
+
52
+ ## Model description
53
+
54
+ More information needed
55
+
56
+ ## Intended uses & limitations
57
+
58
+ More information needed
59
+
60
+ ## Training and evaluation data
61
+
62
+ More information needed
63
+
64
+ ## Training procedure
65
+
66
+ ### Training hyperparameters
67
+
68
+ The following hyperparameters were used during training:
69
+ - learning_rate: 2e-05
70
+ - train_batch_size: 16
71
+ - eval_batch_size: 16
72
+ - seed: 42
73
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
+ - lr_scheduler_type: linear
75
+ - num_epochs: 3
76
+
77
+ ### Training results
78
+
79
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
80
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
81
+ | 0.2455 | 1.0 | 688 | 0.1740 | 0.9476 | 0.9138 | 0.9366 | 0.9246 |
82
+ | 0.1266 | 2.0 | 1376 | 0.1898 | 0.9516 | 0.9388 | 0.9284 | 0.9332 |
83
+ | 0.0717 | 3.0 | 2064 | 0.2301 | 0.9468 | 0.9299 | 0.9227 | 0.9257 |
84
+
85
+
86
+ ### Framework versions
87
+
88
+ - Transformers 4.30.2
89
+ - Pytorch 2.0.1+cu118
90
+ - Datasets 2.13.1
91
+ - Tokenizers 0.13.3