smitz94 commited on
Commit
6fd8101
1 Parent(s): 99d7c80

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
+ base_model: facebook/bart-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: dialogsum_bart_large
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
+ # dialogsum_bart_large
17
+
18
+ This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.3282
21
+ - Rouge1: 0.4162
22
+ - Rouge2: 0.1783
23
+ - Rougel: 0.3551
24
+ - Rougelsum: 0.3553
25
+ - Gen Len: 19.838
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 4
46
+ - eval_batch_size: 4
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 4
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
+ | 1.1326 | 1.0 | 3115 | 1.3148 | 0.3975 | 0.1596 | 0.335 | 0.3352 | 19.942 |
57
+ | 0.937 | 2.0 | 6230 | 1.2903 | 0.3994 | 0.1613 | 0.3394 | 0.3393 | 19.858 |
58
+ | 0.7955 | 3.0 | 9345 | 1.3001 | 0.4171 | 0.1794 | 0.357 | 0.3569 | 19.784 |
59
+ | 0.6845 | 4.0 | 12460 | 1.3282 | 0.4162 | 0.1783 | 0.3551 | 0.3553 | 19.838 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.31.0
65
+ - Pytorch 2.0.1+cu117
66
+ - Datasets 2.14.3
67
+ - Tokenizers 0.13.3