Model save
Browse files- README.md +70 -0
- adapter-summarization/adapter_config.json +42 -0
- adapter-summarization/pytorch_adapter.bin +3 -0
- default/head_config.json +18 -0
- default/pytorch_model_head.bin +3 -0
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: LazarusNLP/IndoNanoT5-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- id_liputan6
|
8 |
+
metrics:
|
9 |
+
- rouge
|
10 |
+
model-index:
|
11 |
+
- name: liputan6-seq_bn-rf64
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# liputan6-seq_bn-rf64
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [LazarusNLP/IndoNanoT5-base](https://huggingface.co/LazarusNLP/IndoNanoT5-base) on the id_liputan6 dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 2.7079
|
23 |
+
- Rouge1: 24.9923
|
24 |
+
- Rouge2: 10.432
|
25 |
+
- Rougel: 21.1505
|
26 |
+
- Rougelsum: 22.9477
|
27 |
+
- Gen Len: 32.451
|
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: 0.001
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 32
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 5.0
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
58 |
+
| 2.7121 | 1.0 | 63 | 2.7515 | 24.5986 | 10.2547 | 20.7138 | 22.4882 | 33.171 |
|
59 |
+
| 2.3483 | 2.0 | 126 | 2.7425 | 25.6586 | 10.7898 | 21.7223 | 23.503 | 33.715 |
|
60 |
+
| 2.2546 | 3.0 | 189 | 2.6605 | 24.6676 | 10.1646 | 20.9376 | 22.7405 | 29.451 |
|
61 |
+
| 2.1725 | 4.0 | 252 | 2.7043 | 25.3421 | 10.5863 | 21.3692 | 23.2586 | 30.896 |
|
62 |
+
| 2.1135 | 5.0 | 315 | 2.7079 | 24.9923 | 10.432 | 21.1505 | 22.9477 | 32.451 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.40.2
|
68 |
+
- Pytorch 2.3.1+cu121
|
69 |
+
- Datasets 2.20.0
|
70 |
+
- 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:19ce285f8183f8a1f5c6de89d7759fb9c85062f7939a3775ca7c035a64eeaf6f
|
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
|