apwic commited on
Commit
2aa72de
1 Parent(s): 2462c68

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-r2a1d0.05-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-r2a1d0.05-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.3642
24
+ - Accuracy: 0.8346
25
+ - Precision: 0.7993
26
+ - Recall: 0.8080
27
+ - F1: 0.8034
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.5633 | 1.0 | 122 | 0.5100 | 0.7168 | 0.6536 | 0.6446 | 0.6484 |
59
+ | 0.5083 | 2.0 | 244 | 0.4999 | 0.7243 | 0.6825 | 0.7049 | 0.6887 |
60
+ | 0.4904 | 3.0 | 366 | 0.4595 | 0.7619 | 0.7120 | 0.7065 | 0.7091 |
61
+ | 0.4644 | 4.0 | 488 | 0.4287 | 0.7920 | 0.7520 | 0.7253 | 0.7358 |
62
+ | 0.4439 | 5.0 | 610 | 0.4399 | 0.7519 | 0.7127 | 0.7395 | 0.7203 |
63
+ | 0.4241 | 6.0 | 732 | 0.4027 | 0.8221 | 0.7860 | 0.7816 | 0.7837 |
64
+ | 0.4092 | 7.0 | 854 | 0.4019 | 0.8070 | 0.7674 | 0.7835 | 0.7743 |
65
+ | 0.3891 | 8.0 | 976 | 0.3805 | 0.8271 | 0.7912 | 0.7926 | 0.7919 |
66
+ | 0.3777 | 9.0 | 1098 | 0.3789 | 0.8271 | 0.7912 | 0.7926 | 0.7919 |
67
+ | 0.369 | 10.0 | 1220 | 0.3758 | 0.8396 | 0.8071 | 0.8040 | 0.8055 |
68
+ | 0.3531 | 11.0 | 1342 | 0.3805 | 0.8296 | 0.7933 | 0.8044 | 0.7984 |
69
+ | 0.3486 | 12.0 | 1464 | 0.3801 | 0.8321 | 0.7960 | 0.8112 | 0.8027 |
70
+ | 0.3472 | 13.0 | 1586 | 0.3675 | 0.8421 | 0.8098 | 0.8083 | 0.8091 |
71
+ | 0.3379 | 14.0 | 1708 | 0.3654 | 0.8371 | 0.8032 | 0.8047 | 0.8040 |
72
+ | 0.3353 | 15.0 | 1830 | 0.3703 | 0.8421 | 0.8080 | 0.8183 | 0.8127 |
73
+ | 0.3213 | 16.0 | 1952 | 0.3709 | 0.8371 | 0.8019 | 0.8147 | 0.8077 |
74
+ | 0.3214 | 17.0 | 2074 | 0.3641 | 0.8371 | 0.8024 | 0.8097 | 0.8059 |
75
+ | 0.3225 | 18.0 | 2196 | 0.3640 | 0.8371 | 0.8024 | 0.8097 | 0.8059 |
76
+ | 0.3159 | 19.0 | 2318 | 0.3649 | 0.8346 | 0.7993 | 0.8080 | 0.8034 |
77
+ | 0.3195 | 20.0 | 2440 | 0.3642 | 0.8346 | 0.7993 | 0.8080 | 0.8034 |
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/May17_14-15-30_indolem-petl-vm/events.out.tfevents.1715955336.indolem-petl-vm.1302392.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f56083df4fdfe5d82085393d2a4fbd2142ccccf07da5eb05ae30fc21a838f592
3
- size 18293
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e26fd7ed6d4930cd6df6f38ec91b17b731770c81455db813d1f71c4b9cb19d97
3
+ size 19330
sentiment-lora/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "alpha": 1,
4
+ "architecture": "lora",
5
+ "attn_matrices": [
6
+ "q",
7
+ "v"
8
+ ],
9
+ "composition_mode": "add",
10
+ "dropout": 0.05,
11
+ "init_weights": "lora",
12
+ "intermediate_lora": false,
13
+ "leave_out": [],
14
+ "output_lora": false,
15
+ "r": 2,
16
+ "selfattn_lora": true,
17
+ "use_gating": false
18
+ },
19
+ "config_id": "2a03db0209186bb9",
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:f1b84e69aa00dbd4e47c673c3228eaf874474515179ffa79bd1aa5c5c824b86a
3
+ size 312742
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:01e161424632822767d7a7bd0401c792ab96819a1c230e30d16d023f894c8f2a
3
+ size 2370664