apwic commited on
Commit
b9eec26
1 Parent(s): 9991424

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-seq_bn-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
+ # summarization-seq_bn-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.4844
21
+ - Rouge1: 0.6575
22
+ - Rouge2: 0.0
23
+ - Rougel: 0.6536
24
+ - Rougelsum: 0.6567
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
+ | 0.7704 | 1.0 | 892 | 0.5246 | 0.7067 | 0.0 | 0.7048 | 0.7049 | 1.0 |
57
+ | 0.6021 | 2.0 | 1784 | 0.5193 | 0.6627 | 0.0 | 0.6591 | 0.6597 | 1.0 |
58
+ | 0.5536 | 3.0 | 2676 | 0.4900 | 0.6414 | 0.0 | 0.6433 | 0.641 | 1.0 |
59
+ | 0.5164 | 4.0 | 3568 | 0.4899 | 0.6552 | 0.0 | 0.6537 | 0.6541 | 1.0 |
60
+ | 0.4856 | 5.0 | 4460 | 0.4844 | 0.6575 | 0.0 | 0.6536 | 0.6567 | 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,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": 16,
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": "9076f36a74755ac4",
36
+ "hidden_size": 768,
37
+ "model_class": "T5ForConditionalGeneration",
38
+ "model_name": "LazarusNLP/IndoNanoT5-base",
39
+ "model_type": "t5",
40
+ "name": "adapter-summarization",
41
+ "version": "0.2.2"
42
+ }
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:b02994cad753bc81f771fd84a34e61a7e09b6ece1a5b348361ac6d2a5d21e005
3
+ size 7191830
adapter-summarization/pytorch_model_head.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7467a987e0db5b7ef33f0dba6f30173b6f2a0fa4327e8d394e655fc96809b7cf
3
+ size 98698515
runs/Jul06_09-46-36_a94680512e46/events.out.tfevents.1720259206.a94680512e46.1418859.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5245193b60cc40c51a6fe08990e738ae7c56f80382417de269a8e05c84bb3c9
3
- size 7946
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d665a288851936f865ff7a8efc18a48bdbb2cafc2264457e7f366a3333c4b99
3
+ size 9036