emilstabil commited on
Commit
eae52ef
·
1 Parent(s): 159e62c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
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_V89881
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_V89881
16
+
17
+ This model is a fine-tuned version of [emilstabil/mt5-large_V8901](https://huggingface.co/emilstabil/mt5-large_V8901) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.7699
20
+ - Rouge1: 27.4218
21
+ - Rouge2: 9.9757
22
+ - Rougel: 15.034
23
+ - Rougelsum: 25.6557
24
+ - Gen Len: 542.2616
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: 3e-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
+ | 3.5194 | 2.11 | 500 | 2.0126 | 26.5426 | 9.1387 | 14.0294 | 24.8851 | 547.0 |
58
+ | 2.5168 | 4.21 | 1000 | 1.8798 | 27.1959 | 9.8737 | 14.6794 | 25.5359 | 547.0 |
59
+ | 2.1275 | 6.32 | 1500 | 1.8062 | 27.3601 | 9.9172 | 14.9859 | 25.5846 | 543.2152 |
60
+ | 1.9746 | 8.42 | 2000 | 1.7772 | 27.1321 | 9.8267 | 15.0547 | 25.4467 | 542.2278 |
61
+ | 1.9195 | 10.53 | 2500 | 1.7699 | 27.4218 | 9.9757 | 15.034 | 25.6557 | 542.2616 |
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