abdiharyadi
commited on
Commit
·
9ced3ae
1
Parent(s):
d12bb8e
End of training
Browse files- README.md +65 -0
- generation_config.json +7 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Wikidepia/IndoT5-base
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: IndoT5-base-amr-to-text-linearized-penman-ilmy-epochs-10-with-lemma-and-upos-and-voice
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# IndoT5-base-amr-to-text-linearized-penman-ilmy-epochs-10-with-lemma-and-upos-and-voice
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [Wikidepia/IndoT5-base](https://huggingface.co/Wikidepia/IndoT5-base) on the None dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.2948
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 0.0001
|
37 |
+
- train_batch_size: 8
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 10
|
43 |
+
|
44 |
+
### Training results
|
45 |
+
|
46 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| No log | 1.0 | 331 | 0.7072 |
|
49 |
+
| 0.4599 | 2.0 | 662 | 0.7502 |
|
50 |
+
| 0.4599 | 3.0 | 993 | 0.8377 |
|
51 |
+
| 0.0605 | 4.0 | 1324 | 1.0332 |
|
52 |
+
| 0.0253 | 5.0 | 1655 | 1.1047 |
|
53 |
+
| 0.0253 | 6.0 | 1986 | 1.0692 |
|
54 |
+
| 0.016 | 7.0 | 2317 | 1.1282 |
|
55 |
+
| 0.0093 | 8.0 | 2648 | 1.2508 |
|
56 |
+
| 0.0093 | 9.0 | 2979 | 1.2754 |
|
57 |
+
| 0.0067 | 10.0 | 3310 | 1.2948 |
|
58 |
+
|
59 |
+
|
60 |
+
### Framework versions
|
61 |
+
|
62 |
+
- Transformers 4.32.0
|
63 |
+
- Pytorch 2.0.1+cu118
|
64 |
+
- Datasets 2.14.4
|
65 |
+
- Tokenizers 0.13.3
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.32.0"
|
7 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 990408885
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:357bdf3b0f6a433b965bf9bedf17e90d9651b360ab5e3aa02f3df5c6af809e9f
|
3 |
size 990408885
|