apwic commited on
Commit
38bf9cf
1 Parent(s): 2f86b3f

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: indosum-seq_bn-rf64-0
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
+ # indosum-seq_bn-rf64-0
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.5046
21
+ - Rouge1: 72.0617
22
+ - Rouge2: 64.9137
23
+ - Rougel: 69.0991
24
+ - Rougelsum: 71.1205
25
+ - Gen Len: 102.5733
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
+ | 0.8386 | 1.0 | 892 | 0.5658 | 68.0586 | 60.6185 | 65.0879 | 67.0846 | 102.556 |
57
+ | 0.646 | 2.0 | 1784 | 0.5346 | 69.6096 | 62.3885 | 66.6327 | 68.7343 | 107.088 |
58
+ | 0.6031 | 3.0 | 2676 | 0.5019 | 70.498 | 63.0668 | 67.3204 | 69.5075 | 101.6693 |
59
+ | 0.5753 | 4.0 | 3568 | 0.5093 | 71.6759 | 64.4776 | 68.7095 | 70.7692 | 104.52 |
60
+ | 0.5551 | 5.0 | 4460 | 0.5046 | 72.0617 | 64.9137 | 69.0991 | 71.1205 | 102.5733 |
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,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "adapter_residual_before_ln": false,
4
+ "cross_adapter": false,
5
+ "dropout": 0.0,
6
+ "factorized_phm_W": true,
7
+ "factorized_phm_rule": false,
8
+ "hypercomplex_nonlinearity": "glorot-uniform",
9
+ "init_weights": "bert",
10
+ "inv_adapter": null,
11
+ "inv_adapter_reduction_factor": null,
12
+ "is_parallel": false,
13
+ "learn_phm": true,
14
+ "leave_out": [],
15
+ "ln_after": false,
16
+ "ln_before": false,
17
+ "mh_adapter": false,
18
+ "non_linearity": "relu",
19
+ "original_ln_after": true,
20
+ "original_ln_before": true,
21
+ "output_adapter": true,
22
+ "phm_bias": true,
23
+ "phm_c_init": "normal",
24
+ "phm_dim": 4,
25
+ "phm_init_range": 0.0001,
26
+ "phm_layer": false,
27
+ "phm_rank": 1,
28
+ "reduction_factor": 64,
29
+ "residual_before_ln": true,
30
+ "scaling": 1.0,
31
+ "shared_W_phm": false,
32
+ "shared_phm_rule": true,
33
+ "use_gating": false
34
+ },
35
+ "config_id": "337ea3bbdc05e9b8",
36
+ "hidden_size": 768,
37
+ "model_class": "T5AdapterModel",
38
+ "model_name": "LazarusNLP/IndoNanoT5-base",
39
+ "model_type": "t5",
40
+ "name": "adapter-summarization",
41
+ "version": "0.2.2"
42
+ }
adapter-summarization/pytorch_adapter.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd7273c2a1dba551cabfd2898a01cd14dfeff6381b6eb335e909640e75c64122
3
+ size 1879958
default/head_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "activation_function": null,
4
+ "bias": false,
5
+ "head_type": "seq2seq_lm",
6
+ "label2id": null,
7
+ "layer_norm": false,
8
+ "layers": 1,
9
+ "shift_labels": false,
10
+ "vocab_size": 32128
11
+ },
12
+ "hidden_size": 768,
13
+ "model_class": "T5AdapterModel",
14
+ "model_name": "LazarusNLP/IndoNanoT5-base",
15
+ "model_type": "t5",
16
+ "name": "default",
17
+ "version": "0.2.2"
18
+ }
default/pytorch_model_head.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7630bc8df260791f15a81368176459211beed1769c6d484b76571a0f8d85a9e
3
+ size 98698515