hawalurahman
commited on
Commit
•
e5bd0f5
1
Parent(s):
22feea9
End of training
Browse files- README.md +70 -0
- generation_config.json +6 -0
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google/mt5-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
+
- bleu
|
10 |
+
model-index:
|
11 |
+
- name: mt5-base-qaqg-finetuned-TydiQA-id-ir
|
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 |
+
# mt5-base-qaqg-finetuned-TydiQA-id-ir
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.9007
|
23 |
+
- Rouge1: 0.4926
|
24 |
+
- Rouge2: 0.3259
|
25 |
+
- Rougel: 0.4912
|
26 |
+
- Rougelsum: 0.4911
|
27 |
+
- Bleu: 0.3015
|
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.0001
|
47 |
+
- train_batch_size: 8
|
48 |
+
- eval_batch_size: 8
|
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
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:------:|
|
58 |
+
| 1.6088 | 1.0 | 1141 | 1.0599 | 0.4352 | 0.2720 | 0.4327 | 0.4333 | 0.2659 |
|
59 |
+
| 1.1827 | 2.0 | 2282 | 0.9369 | 0.4694 | 0.3076 | 0.4678 | 0.4680 | 0.2926 |
|
60 |
+
| 1.0025 | 3.0 | 3423 | 0.9135 | 0.4860 | 0.3209 | 0.4837 | 0.4844 | 0.2974 |
|
61 |
+
| 0.8714 | 4.0 | 4564 | 0.9017 | 0.4880 | 0.3204 | 0.4863 | 0.4868 | 0.3041 |
|
62 |
+
| 0.8084 | 5.0 | 5705 | 0.9007 | 0.4926 | 0.3259 | 0.4912 | 0.4911 | 0.3015 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.44.2
|
68 |
+
- Pytorch 2.4.0a0+f70bd71a48.nv24.06
|
69 |
+
- Datasets 2.21.0
|
70 |
+
- Tokenizers 0.19.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.44.2"
|
6 |
+
}
|