apwic commited on
Commit
b815b7b
1 Parent(s): 9dbeab9

Model save

Browse files
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: LazarusNLP/IndoNanoT5-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: summarization-unipelt-3
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # summarization-unipelt-3
17
+
18
+ This model is a fine-tuned version of [LazarusNLP/IndoNanoT5-base](https://huggingface.co/LazarusNLP/IndoNanoT5-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.7173
21
+ - Rouge1: 0.456
22
+ - Rouge2: 0.0
23
+ - Rougel: 0.457
24
+ - Rougelsum: 0.4597
25
+ - Gen Len: 1.0
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 0.001
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 32
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 5.0
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
+ | 2.4275 | 1.0 | 892 | 1.2781 | 0.1861 | 0.0 | 0.1881 | 0.1893 | 1.0 |
57
+ | 1.5017 | 2.0 | 1784 | 0.9698 | 0.2767 | 0.0 | 0.2791 | 0.2749 | 1.0 |
58
+ | 1.1964 | 3.0 | 2676 | 0.8235 | 0.2852 | 0.0 | 0.2836 | 0.2837 | 1.0 |
59
+ | 1.0261 | 4.0 | 3568 | 0.7468 | 0.4923 | 0.0 | 0.491 | 0.4914 | 1.0 |
60
+ | 0.9195 | 5.0 | 4460 | 0.7173 | 0.456 | 0.0 | 0.457 | 0.4597 | 1.0 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.40.2
66
+ - Pytorch 2.3.1+cu121
67
+ - Datasets 2.20.0
68
+ - Tokenizers 0.19.1
adapter-summarization/adapter_config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "architecture": "union",
4
+ "configs": [
5
+ {
6
+ "architecture": "prefix_tuning",
7
+ "bottleneck_size": 512,
8
+ "cross_prefix": true,
9
+ "dropout": 0.0,
10
+ "encoder_prefix": true,
11
+ "flat": false,
12
+ "leave_out": [],
13
+ "non_linearity": "tanh",
14
+ "prefix_length": 10,
15
+ "shared_gating": true,
16
+ "use_gating": true
17
+ },
18
+ {
19
+ "adapter_residual_before_ln": false,
20
+ "cross_adapter": false,
21
+ "dropout": 0.0,
22
+ "factorized_phm_W": true,
23
+ "factorized_phm_rule": false,
24
+ "hypercomplex_nonlinearity": "glorot-uniform",
25
+ "init_weights": "bert",
26
+ "inv_adapter": null,
27
+ "inv_adapter_reduction_factor": null,
28
+ "is_parallel": false,
29
+ "learn_phm": true,
30
+ "leave_out": [],
31
+ "ln_after": false,
32
+ "ln_before": false,
33
+ "mh_adapter": false,
34
+ "non_linearity": "relu",
35
+ "original_ln_after": true,
36
+ "original_ln_before": true,
37
+ "output_adapter": true,
38
+ "phm_bias": true,
39
+ "phm_c_init": "normal",
40
+ "phm_dim": 4,
41
+ "phm_init_range": 0.0001,
42
+ "phm_layer": false,
43
+ "phm_rank": 1,
44
+ "reduction_factor": 16,
45
+ "residual_before_ln": true,
46
+ "scaling": 1.0,
47
+ "shared_W_phm": false,
48
+ "shared_phm_rule": true,
49
+ "use_gating": true
50
+ },
51
+ {
52
+ "alpha": 2,
53
+ "architecture": "lora",
54
+ "attn_matrices": [
55
+ "q",
56
+ "v"
57
+ ],
58
+ "composition_mode": "add",
59
+ "dropout": 0.0,
60
+ "init_weights": "lora",
61
+ "intermediate_lora": false,
62
+ "leave_out": [],
63
+ "output_lora": false,
64
+ "r": 8,
65
+ "selfattn_lora": true,
66
+ "use_gating": true
67
+ }
68
+ ]
69
+ },
70
+ "config_id": "67ac4937c601ad56",
71
+ "hidden_size": 768,
72
+ "model_class": "T5ForConditionalGeneration",
73
+ "model_name": "LazarusNLP/IndoNanoT5-base",
74
+ "model_type": "t5",
75
+ "name": "adapter-summarization",
76
+ "version": "0.2.2"
77
+ }
adapter-summarization/head_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": null,
3
+ "hidden_size": 768,
4
+ "label2id": {
5
+ "LABEL_0": 0,
6
+ "LABEL_1": 1
7
+ },
8
+ "model_class": "T5ForConditionalGeneration",
9
+ "model_name": "LazarusNLP/IndoNanoT5-base",
10
+ "model_type": "t5",
11
+ "name": null,
12
+ "num_labels": 2,
13
+ "version": "0.2.2"
14
+ }
adapter-summarization/pytorch_adapter.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4376d640e41dd0de9030915dc85d7df122063758e0801402853166bbd22487b
3
+ size 129697852
adapter-summarization/pytorch_model_head.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae99bcfccc67d6527e390a53eb344282ff32c8a7eba5e74b4848170e33f701f
3
+ size 216988098
runs/Jul07_12-00-36_a94680512e46/events.out.tfevents.1720353646.a94680512e46.1958556.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9db8bdb1e29cf8f1356e69187c646bdd4ef54fc1a6cf9f39ce817ca741dfbc99
3
- size 7949
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03a8a9affba9ddb18079952685a60a197828bb89d237d0bb1886c91de28d36d
3
+ size 9039