apwic commited on
Commit
28e1f9b
1 Parent(s): 253fd2c

Model save

Browse files
Files changed (2) hide show
  1. README.md +85 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: indolem/indobert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ model-index:
12
+ - name: sentiment-base-1
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # sentiment-base-1
20
+
21
+ This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.7891
24
+ - Accuracy: 0.8972
25
+ - Precision: 0.8796
26
+ - Recall: 0.8698
27
+ - F1: 0.8745
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 30
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 20.0
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | 0.411 | 1.0 | 122 | 0.2751 | 0.8722 | 0.8474 | 0.8421 | 0.8446 |
59
+ | 0.2264 | 2.0 | 244 | 0.3037 | 0.8872 | 0.8574 | 0.8977 | 0.8719 |
60
+ | 0.1467 | 3.0 | 366 | 0.3442 | 0.8772 | 0.8465 | 0.8756 | 0.8582 |
61
+ | 0.0961 | 4.0 | 488 | 0.3737 | 0.8997 | 0.8819 | 0.8741 | 0.8778 |
62
+ | 0.0726 | 5.0 | 610 | 0.4306 | 0.8997 | 0.8835 | 0.8716 | 0.8772 |
63
+ | 0.0514 | 6.0 | 732 | 0.6449 | 0.8847 | 0.8546 | 0.8884 | 0.8677 |
64
+ | 0.0532 | 7.0 | 854 | 0.5595 | 0.8972 | 0.8754 | 0.8773 | 0.8764 |
65
+ | 0.0274 | 8.0 | 976 | 0.6728 | 0.8872 | 0.8687 | 0.8552 | 0.8615 |
66
+ | 0.0186 | 9.0 | 1098 | 0.6218 | 0.9073 | 0.8977 | 0.8744 | 0.8849 |
67
+ | 0.0121 | 10.0 | 1220 | 0.6576 | 0.8922 | 0.8766 | 0.8587 | 0.8669 |
68
+ | 0.0244 | 11.0 | 1342 | 0.7507 | 0.8972 | 0.8940 | 0.8523 | 0.8695 |
69
+ | 0.0062 | 12.0 | 1464 | 0.6859 | 0.8972 | 0.8849 | 0.8623 | 0.8724 |
70
+ | 0.0099 | 13.0 | 1586 | 0.6514 | 0.9073 | 0.8904 | 0.8844 | 0.8873 |
71
+ | 0.0087 | 14.0 | 1708 | 0.7604 | 0.8997 | 0.8852 | 0.8691 | 0.8765 |
72
+ | 0.0056 | 15.0 | 1830 | 0.7282 | 0.9023 | 0.8875 | 0.8733 | 0.8799 |
73
+ | 0.0063 | 16.0 | 1952 | 0.6987 | 0.9123 | 0.8965 | 0.8904 | 0.8934 |
74
+ | 0.0071 | 17.0 | 2074 | 0.7402 | 0.9048 | 0.8897 | 0.8776 | 0.8833 |
75
+ | 0.0023 | 18.0 | 2196 | 0.7846 | 0.8922 | 0.8719 | 0.8662 | 0.8690 |
76
+ | 0.0043 | 19.0 | 2318 | 0.7948 | 0.8922 | 0.8719 | 0.8662 | 0.8690 |
77
+ | 0.0021 | 20.0 | 2440 | 0.7891 | 0.8972 | 0.8796 | 0.8698 | 0.8745 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.39.3
83
+ - Pytorch 2.3.0+cu121
84
+ - Datasets 2.19.1
85
+ - Tokenizers 0.15.2
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.39.3"
6
+ }