apwic commited on
Commit
1d596b7
1 Parent(s): 0afafa1

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-2
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-2
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.6790
21
+ - Rouge1: 0.304
22
+ - Rouge2: 0.0
23
+ - Rougel: 0.3076
24
+ - Rougelsum: 0.3081
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.436 | 1.0 | 894 | 1.2680 | 0.0305 | 0.0 | 0.0305 | 0.0305 | 1.0 |
57
+ | 1.5097 | 2.0 | 1788 | 0.9426 | 0.0223 | 0.0 | 0.0223 | 0.0223 | 1.0 |
58
+ | 1.2078 | 3.0 | 2682 | 0.7915 | 0.1643 | 0.0 | 0.1641 | 0.1639 | 1.0 |
59
+ | 1.0371 | 4.0 | 3576 | 0.7170 | 0.2501 | 0.0 | 0.2524 | 0.2507 | 1.0 |
60
+ | 0.9294 | 5.0 | 4470 | 0.6790 | 0.304 | 0.0 | 0.3076 | 0.3081 | 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:8d04229a70b547fc95e881976a844d3baa4472b16810226b30b0d95f7f91a97d
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:a697a7b4db70684559ff1160b6afa00a4c227645e27af7d58a85179e387081f5
3
+ size 216988098
runs/Jul07_06-40-51_a94680512e46/events.out.tfevents.1720334460.a94680512e46.1849667.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6fde14aa62efa7154d9087f9bf3ab0c7b4788ffb454ee5efe365061e92baf791
3
- size 7949
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b7fb583aa3eb2086b1c2e0925d81ab63e8934ddaa145298086ff89ea6b8a484
3
+ size 9039