krm commited on
Commit
224127e
1 Parent(s): 5180de5

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: BARTkrame-abstract-mT5
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
+ # BARTkrame-abstract-mT5
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.2557
21
+ - Rouge1: 0.2223
22
+ - Rouge2: 0.0735
23
+ - Rougel: 0.1826
24
+ - Rougelsum: 0.1849
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: 4
45
+ - eval_batch_size: 4
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
+ | 4.9563 | 1.0 | 1250 | 2.3674 | 0.2206 | 0.0755 | 0.1853 | 0.1869 |
56
+ | 3.1856 | 2.0 | 2500 | 2.2988 | 0.2296 | 0.0757 | 0.1888 | 0.1910 |
57
+ | 3.0083 | 3.0 | 3750 | 2.2668 | 0.2201 | 0.0728 | 0.1816 | 0.1832 |
58
+ | 2.9296 | 4.0 | 5000 | 2.2557 | 0.2223 | 0.0735 | 0.1826 | 0.1849 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.23.1
64
+ - Pytorch 1.12.1+cu113
65
+ - Datasets 2.6.1
66
+ - Tokenizers 0.13.1