End of training
Browse files- README.md +70 -0
- generation_config.json +6 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mrm8488/t5-base-finetuned-common_gen
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- bleu
|
7 |
+
model-index:
|
8 |
+
- name: T5-based-keywords-to-sentence-Epoch-10
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# T5-based-keywords-to-sentence-Epoch-10
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [mrm8488/t5-base-finetuned-common_gen](https://huggingface.co/mrm8488/t5-base-finetuned-common_gen) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.9915
|
20 |
+
- Bleu: 10.3156
|
21 |
+
- Gen Len: 13.7832
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 128
|
42 |
+
- eval_batch_size: 128
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 10
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
53 |
+
| 1.83 | 1.0 | 527 | 1.9997 | 10.4298 | 13.7036 |
|
54 |
+
| 1.816 | 2.0 | 1054 | 1.9972 | 10.5072 | 13.6857 |
|
55 |
+
| 1.8084 | 3.0 | 1581 | 2.0045 | 10.4912 | 13.6837 |
|
56 |
+
| 1.7929 | 4.0 | 2108 | 2.0073 | 10.3682 | 13.662 |
|
57 |
+
| 1.7902 | 5.0 | 2635 | 2.0089 | 10.3812 | 13.7352 |
|
58 |
+
| 1.7793 | 6.0 | 3162 | 2.0100 | 10.4598 | 13.7103 |
|
59 |
+
| 1.7754 | 7.0 | 3689 | 2.0091 | 10.4524 | 13.6598 |
|
60 |
+
| 1.7686 | 8.0 | 4216 | 2.0050 | 10.4623 | 13.674 |
|
61 |
+
| 1.7706 | 9.0 | 4743 | 1.9850 | 10.5107 | 13.67 |
|
62 |
+
| 1.7755 | 10.0 | 5270 | 1.9915 | 10.3156 | 13.7832 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.37.2
|
68 |
+
- Pytorch 2.2.2+cu118
|
69 |
+
- Datasets 2.18.0
|
70 |
+
- Tokenizers 0.15.1
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 0,
|
3 |
+
"eos_token_id": 1,
|
4 |
+
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.37.2"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 891644712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96ee46ba42edbbb33110a6fc0a520f9484e892c5aba953084257e1c55f4772ae
|
3 |
size 891644712
|