Alred commited on
Commit
8853f90
1 Parent(s): e48236f

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
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ datasets:
7
+ - cnn_dailymail
8
+ model-index:
9
+ - name: t5-v1_1-small-finetuned-summarization-cnn-ver1
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
+ # t5-v1_1-small-finetuned-summarization-cnn-ver1
17
+
18
+ This model is a fine-tuned version of [google/t5-v1_1-small](https://huggingface.co/google/t5-v1_1-small) on the cnn_dailymail dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.7467
21
+ - Bertscore-mean-precision: 0.8764
22
+ - Bertscore-mean-recall: 0.8519
23
+ - Bertscore-mean-f1: 0.8639
24
+ - Bertscore-median-precision: 0.8746
25
+ - Bertscore-median-recall: 0.8518
26
+ - Bertscore-median-f1: 0.8632
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 4e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 3
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Bertscore-mean-precision | Bertscore-mean-recall | Bertscore-mean-f1 | Bertscore-median-precision | Bertscore-median-recall | Bertscore-median-f1 |
56
+ |:-------------:|:-----:|:----:|:---------------:|:------------------------:|:---------------------:|:-----------------:|:--------------------------:|:-----------------------:|:-------------------:|
57
+ | 4.6845 | 1.0 | 718 | 2.9003 | 0.8698 | 0.8456 | 0.8574 | 0.8693 | 0.8445 | 0.8570 |
58
+ | 3.7925 | 2.0 | 1436 | 2.7654 | 0.8765 | 0.8519 | 0.8639 | 0.8745 | 0.8512 | 0.8629 |
59
+ | 3.6332 | 3.0 | 2154 | 2.7467 | 0.8764 | 0.8519 | 0.8639 | 0.8746 | 0.8518 | 0.8632 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.24.0
65
+ - Pytorch 1.12.1+cu113
66
+ - Datasets 2.7.0
67
+ - Tokenizers 0.13.2