Model save
Browse files- README.md +70 -0
- adapter-summarization/adapter_config.json +22 -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-pt-pl50
|
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-pt-pl50
|
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: 3.7381
|
23 |
+
- Rouge1: 19.5385
|
24 |
+
- Rouge2: 5.1106
|
25 |
+
- Rougel: 16.7601
|
26 |
+
- Rougelsum: 17.9271
|
27 |
+
- Gen Len: 29.142
|
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 |
+
| 4.7245 | 1.0 | 63 | 3.9912 | 16.8276 | 3.6927 | 14.367 | 15.3151 | 30.652 |
|
59 |
+
| 3.9104 | 2.0 | 126 | 3.8609 | 17.712 | 4.2061 | 14.9465 | 15.9818 | 35.104 |
|
60 |
+
| 3.6651 | 3.0 | 189 | 3.8036 | 18.8508 | 4.6943 | 15.8363 | 17.0134 | 30.749 |
|
61 |
+
| 3.4442 | 4.0 | 252 | 3.7533 | 19.7665 | 5.1425 | 16.7615 | 18.1456 | 28.31 |
|
62 |
+
| 3.2664 | 5.0 | 315 | 3.7381 | 19.5385 | 5.1106 | 16.7601 | 17.9271 | 29.142 |
|
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,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"architecture": "prefix_tuning",
|
4 |
+
"bottleneck_size": 512,
|
5 |
+
"cross_prefix": true,
|
6 |
+
"dropout": 0.0,
|
7 |
+
"encoder_prefix": true,
|
8 |
+
"flat": false,
|
9 |
+
"leave_out": [],
|
10 |
+
"non_linearity": "tanh",
|
11 |
+
"prefix_length": 50,
|
12 |
+
"shared_gating": true,
|
13 |
+
"use_gating": false
|
14 |
+
},
|
15 |
+
"config_id": "516cc5189dd85939",
|
16 |
+
"hidden_size": 768,
|
17 |
+
"model_class": "T5AdapterModel",
|
18 |
+
"model_name": "LazarusNLP/IndoNanoT5-base",
|
19 |
+
"model_type": "t5",
|
20 |
+
"name": "adapter-summarization",
|
21 |
+
"version": "0.2.2"
|
22 |
+
}
|
adapter-summarization/pytorch_adapter.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7eaf20f2c4226ab26076ca31fff4b4977ee5120b9855939df4ac0b7694017c87
|
3 |
+
size 118783297
|
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
|