Krystof Saml commited on
Commit
3e35d72
·
1 Parent(s): b0a401a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: mt5-small-finetuned-amazon-en-de
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mt5-small-finetuned-amazon-en-de
17
+
18
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.7569
21
+ - Rouge1: 18.0555
22
+ - Rouge2: 9.7451
23
+ - Rougel: 17.6297
24
+ - Rougelsum: 17.5489
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: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 4
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
55
+ | 2.7527 | 1.0 | 3665 | 2.8879 | 18.3899 | 10.2549 | 17.9226 | 17.8373 |
56
+ | 3.1875 | 2.0 | 7330 | 2.7905 | 17.6365 | 9.271 | 17.1788 | 17.0681 |
57
+ | 3.0707 | 3.0 | 10995 | 2.7601 | 17.8343 | 9.5332 | 17.4487 | 17.3742 |
58
+ | 3.0107 | 4.0 | 14660 | 2.7569 | 18.0555 | 9.7451 | 17.6297 | 17.5489 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.26.1
64
+ - Pytorch 1.13.1+cu116
65
+ - Datasets 2.10.1
66
+ - Tokenizers 0.13.2