Alred commited on
Commit
82e7f18
1 Parent(s): 222cd2c

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: bart-base-finetuned-summarization-cnn-ver1.3
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
+ # bart-base-finetuned-summarization-cnn-ver1.3
17
+
18
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the cnn_dailymail dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.3148
21
+ - Bertscore-mean-precision: 0.8890
22
+ - Bertscore-mean-recall: 0.8603
23
+ - Bertscore-mean-f1: 0.8742
24
+ - Bertscore-median-precision: 0.8874
25
+ - Bertscore-median-recall: 0.8597
26
+ - Bertscore-median-f1: 0.8726
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: 1
47
+ - eval_batch_size: 1
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
+ | 2.3735 | 1.0 | 5742 | 2.2581 | 0.8831 | 0.8586 | 0.8705 | 0.8834 | 0.8573 | 0.8704 |
58
+ | 1.744 | 2.0 | 11484 | 2.2479 | 0.8920 | 0.8620 | 0.8765 | 0.8908 | 0.8603 | 0.8752 |
59
+ | 1.3643 | 3.0 | 17226 | 2.3148 | 0.8890 | 0.8603 | 0.8742 | 0.8874 | 0.8597 | 0.8726 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.24.0
65
+ - Pytorch 1.12.1+cu113
66
+ - Datasets 2.7.1
67
+ - Tokenizers 0.13.2