tevosianv commited on
Commit
d22306e
1 Parent(s): 3d0f191

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: nb-mt5-base-finetuned-no-email-summary
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
+ # nb-mt5-base-finetuned-no-email-summary
17
+
18
+ This model is a fine-tuned version of [NbAiLab/nb-mt5-base](https://huggingface.co/NbAiLab/nb-mt5-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 4.0562
21
+ - Rouge1: 23.2345
22
+ - Rouge2: 9.8761
23
+ - Rougel: 21.7798
24
+ - Rougelsum: 21.7753
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: 5.6e-05
44
+ - train_batch_size: 2
45
+ - eval_batch_size: 2
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 8
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
55
+ | 13.949 | 1.0 | 785 | 7.1715 | 2.2238 | 0.0 | 2.2256 | 2.2308 |
56
+ | 7.0892 | 2.0 | 1570 | 5.8052 | 12.5372 | 3.2395 | 12.1514 | 12.1407 |
57
+ | 5.9863 | 3.0 | 2355 | 5.0910 | 18.7517 | 6.61 | 17.5784 | 17.6163 |
58
+ | 5.3048 | 4.0 | 3140 | 4.6418 | 19.8868 | 7.6496 | 18.5489 | 18.5228 |
59
+ | 4.8419 | 5.0 | 3925 | 4.3614 | 19.7772 | 7.714 | 18.6827 | 18.6603 |
60
+ | 4.5517 | 6.0 | 4710 | 4.1811 | 22.1143 | 8.8939 | 20.6157 | 20.6484 |
61
+ | 4.3651 | 7.0 | 5495 | 4.0683 | 22.7613 | 9.6087 | 21.2802 | 21.297 |
62
+ | 4.2712 | 8.0 | 6280 | 4.0562 | 23.2345 | 9.8761 | 21.7798 | 21.7753 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.28.1
68
+ - Pytorch 1.13.1+cu117
69
+ - Datasets 2.11.0
70
+ - Tokenizers 0.13.3