Hamza-Ziyard commited on
Commit
b8131d2
·
1 Parent(s): e7ac232

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - summarization
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: sinMT5-tuned
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
+ # sinMT5-tuned
16
+
17
+ This model is a fine-tuned version of [csebuetnlp/mT5_multilingual_XLSum](https://huggingface.co/csebuetnlp/mT5_multilingual_XLSum) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.8573
20
+ - Rouge1: 20.2531
21
+ - Rouge2: 8.1307
22
+ - Rougel: 19.3917
23
+ - Rougelsum: 20.0592
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.00015652249866150822
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 4
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 7
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
53
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|
54
+ | 1.8651 | 1.0 | 1500 | 1.8070 | 17.676 | 7.1418 | 16.8638 | 17.457 |
55
+ | 1.5527 | 2.0 | 3000 | 1.7804 | 21.1357 | 8.1386 | 20.122 | 20.8652 |
56
+ | 1.3755 | 3.0 | 4500 | 1.7769 | 21.4151 | 8.5692 | 20.3204 | 21.1152 |
57
+ | 1.2473 | 4.0 | 6000 | 1.7937 | 21.2434 | 8.2325 | 20.1332 | 21.0657 |
58
+ | 1.1548 | 5.0 | 7500 | 1.8035 | 20.4298 | 8.2314 | 19.5909 | 20.2116 |
59
+ | 1.0835 | 6.0 | 9000 | 1.8367 | 20.5427 | 8.2226 | 19.6134 | 20.2918 |
60
+ | 1.0387 | 7.0 | 10500 | 1.8573 | 20.2531 | 8.1307 | 19.3917 | 20.0592 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.28.1
66
+ - Pytorch 2.0.0+cu118
67
+ - Tokenizers 0.13.3