emilstabil
commited on
Commit
•
019a489
1
Parent(s):
1ed2f59
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- rouge
|
7 |
+
model-index:
|
8 |
+
- name: mt5-large_V8901
|
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 |
+
# mt5-large_V8901
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [google/mt5-large](https://huggingface.co/google/mt5-large) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.7406
|
20 |
+
- Rouge1: 19.3197
|
21 |
+
- Rouge2: 4.1196
|
22 |
+
- Rougel: 10.4848
|
23 |
+
- Rougelsum: 18.1364
|
24 |
+
- Gen Len: 547.0
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training procedure
|
39 |
+
|
40 |
+
### Training hyperparameters
|
41 |
+
|
42 |
+
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 5e-05
|
44 |
+
- train_batch_size: 2
|
45 |
+
- eval_batch_size: 2
|
46 |
+
- seed: 42
|
47 |
+
- gradient_accumulation_steps: 4
|
48 |
+
- total_train_batch_size: 8
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 11
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
|
57 |
+
| 12.1229 | 2.11 | 500 | 3.9460 | 15.5693 | 2.3792 | 9.3813 | 14.6801 | 547.0 |
|
58 |
+
| 5.6736 | 4.21 | 1000 | 3.1634 | 17.0598 | 3.1505 | 9.4845 | 15.8919 | 547.0 |
|
59 |
+
| 3.84 | 6.32 | 1500 | 2.0725 | 25.9095 | 8.9258 | 13.9444 | 24.3476 | 547.0 |
|
60 |
+
| 3.6041 | 8.42 | 2000 | 2.7824 | 19.0967 | 3.9799 | 10.5463 | 17.8219 | 547.0 |
|
61 |
+
| 3.3024 | 10.53 | 2500 | 2.7406 | 19.3197 | 4.1196 | 10.4848 | 18.1364 | 547.0 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.30.2
|
67 |
+
- Pytorch 1.12.1+git7548e2f
|
68 |
+
- Datasets 2.13.2
|
69 |
+
- Tokenizers 0.13.3
|