apwic commited on
Commit
4be9502
1 Parent(s): 4aaf0fa

Model save

Browse files
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-lora-r16-0
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-lora-r16-0
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.3046
24
+ - Accuracy: 0.8672
25
+ - Precision: 0.8385
26
+ - Recall: 0.8435
27
+ - F1: 0.8409
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.5577 | 1.0 | 122 | 0.4974 | 0.7168 | 0.6466 | 0.6196 | 0.6267 |
59
+ | 0.4834 | 2.0 | 244 | 0.4640 | 0.7569 | 0.7260 | 0.7630 | 0.7327 |
60
+ | 0.4095 | 3.0 | 366 | 0.3775 | 0.8296 | 0.7937 | 0.7994 | 0.7964 |
61
+ | 0.339 | 4.0 | 488 | 0.3585 | 0.8446 | 0.8120 | 0.8151 | 0.8135 |
62
+ | 0.3189 | 5.0 | 610 | 0.3868 | 0.8296 | 0.7951 | 0.8294 | 0.8068 |
63
+ | 0.2953 | 6.0 | 732 | 0.3580 | 0.8496 | 0.8158 | 0.8436 | 0.8267 |
64
+ | 0.2737 | 7.0 | 854 | 0.3384 | 0.8571 | 0.8260 | 0.8339 | 0.8298 |
65
+ | 0.2691 | 8.0 | 976 | 0.3253 | 0.8647 | 0.8472 | 0.8167 | 0.8296 |
66
+ | 0.2496 | 9.0 | 1098 | 0.3504 | 0.8596 | 0.8278 | 0.8432 | 0.8347 |
67
+ | 0.2457 | 10.0 | 1220 | 0.3211 | 0.8596 | 0.8316 | 0.8282 | 0.8298 |
68
+ | 0.2386 | 11.0 | 1342 | 0.3201 | 0.8647 | 0.8387 | 0.8317 | 0.8351 |
69
+ | 0.2377 | 12.0 | 1464 | 0.3218 | 0.8672 | 0.8378 | 0.8460 | 0.8417 |
70
+ | 0.2277 | 13.0 | 1586 | 0.3138 | 0.8672 | 0.8393 | 0.8410 | 0.8402 |
71
+ | 0.2276 | 14.0 | 1708 | 0.3163 | 0.8647 | 0.8352 | 0.8417 | 0.8383 |
72
+ | 0.2271 | 15.0 | 1830 | 0.3158 | 0.8697 | 0.8399 | 0.8528 | 0.8458 |
73
+ | 0.2086 | 16.0 | 1952 | 0.3202 | 0.8647 | 0.8332 | 0.8517 | 0.8413 |
74
+ | 0.2151 | 17.0 | 2074 | 0.3024 | 0.8747 | 0.8510 | 0.8438 | 0.8473 |
75
+ | 0.2206 | 18.0 | 2196 | 0.3133 | 0.8672 | 0.8363 | 0.8535 | 0.8439 |
76
+ | 0.2044 | 19.0 | 2318 | 0.3063 | 0.8672 | 0.8378 | 0.8460 | 0.8417 |
77
+ | 0.2074 | 20.0 | 2440 | 0.3046 | 0.8672 | 0.8385 | 0.8435 | 0.8409 |
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
default/head_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "activation_function": "gelu",
4
+ "bias": true,
5
+ "embedding_size": 768,
6
+ "head_type": "masked_lm",
7
+ "label2id": null,
8
+ "layer_norm": true,
9
+ "layers": 2,
10
+ "shift_labels": false,
11
+ "vocab_size": 31923
12
+ },
13
+ "hidden_size": 768,
14
+ "model_class": "BertAdapterModel",
15
+ "model_name": "indolem/indobert-base-uncased",
16
+ "model_type": "bert",
17
+ "name": "default",
18
+ "version": "0.2.0"
19
+ }
default/pytorch_model_head.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a181f0177f3154142b57d9cab72a7e6f72dea1fe172d1a480ff543e0c17b0f3f
3
+ size 100566390
runs/Jun03_11-09-45_a358b85c7679/events.out.tfevents.1717412995.a358b85c7679.45747.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:483d01d0e27a4012a165b329e021b0a25ebeaf7aa1f11bb2372fc69e535d6e75
3
- size 18368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f4302834df8914c7e41611a9ebe861cc3d39194e59dd22940d02b18d99b073c
3
+ size 19405
sentiment-lora/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "alpha": 8,
4
+ "architecture": "lora",
5
+ "attn_matrices": [
6
+ "q",
7
+ "v"
8
+ ],
9
+ "composition_mode": "add",
10
+ "dropout": 0.0,
11
+ "init_weights": "lora",
12
+ "intermediate_lora": false,
13
+ "leave_out": [],
14
+ "output_lora": false,
15
+ "r": 16,
16
+ "selfattn_lora": true,
17
+ "use_gating": false
18
+ },
19
+ "config_id": "141b248112091265",
20
+ "hidden_size": 768,
21
+ "model_class": "BertAdapterModel",
22
+ "model_name": "indolem/indobert-base-uncased",
23
+ "model_type": "bert",
24
+ "name": "sentiment-lora",
25
+ "version": "0.2.0"
26
+ }
sentiment-lora/pytorch_adapter.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98babecd5ea59b258ec6e4dabee9a785e5a5bf55ad3930c912b1c7b78ac8257c
3
+ size 2377126
sentiment/head_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "activation_function": "tanh",
4
+ "bias": true,
5
+ "dropout_prob": null,
6
+ "head_type": "classification",
7
+ "label2id": {
8
+ "0": 0,
9
+ "1": 1
10
+ },
11
+ "layers": 2,
12
+ "num_labels": 2,
13
+ "use_pooler": false
14
+ },
15
+ "hidden_size": 768,
16
+ "model_class": "BertAdapterModel",
17
+ "model_name": "indolem/indobert-base-uncased",
18
+ "model_type": "bert",
19
+ "name": "sentiment",
20
+ "version": "0.2.0"
21
+ }
sentiment/pytorch_model_head.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cae80d1458005c979cbd6beca22a6e22f38d325fcebfc0b7129c6d423bc54ce
3
+ size 2370664