apatidar0 commited on
Commit
93eebc8
1 Parent(s): 4277ebd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - samsum
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: conversation-summ
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: samsum
17
+ type: samsum
18
+ config: samsum
19
+ split: validation
20
+ args: samsum
21
+ metrics:
22
+ - name: Rouge1
23
+ type: rouge
24
+ value: 51.7796
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # conversation-summ
31
+
32
+ This model is a fine-tuned version of [facebook/bart-large-xsum](https://huggingface.co/facebook/bart-large-xsum) on the samsum dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.4048
35
+ - Rouge1: 51.7796
36
+ - Rouge2: 26.1341
37
+ - Rougel: 41.4013
38
+ - Rougelsum: 41.4563
39
+ - Gen Len: 29.656
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 2e-05
59
+ - train_batch_size: 1
60
+ - eval_batch_size: 1
61
+ - seed: 42
62
+ - gradient_accumulation_steps: 2
63
+ - total_train_batch_size: 2
64
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
+ - lr_scheduler_type: linear
66
+ - num_epochs: 3
67
+ - mixed_precision_training: Native AMP
68
+
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
72
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
73
+ | 0.5781 | 1.0 | 500 | 0.3637 | 50.8871 | 26.6178 | 41.8757 | 41.9291 | 25.16 |
74
+ | 0.2183 | 2.0 | 1000 | 0.3586 | 50.7919 | 25.4277 | 40.8428 | 40.8421 | 27.712 |
75
+ | 0.1354 | 3.0 | 1500 | 0.4048 | 51.7796 | 26.1341 | 41.4013 | 41.4563 | 29.656 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.26.0
81
+ - Pytorch 1.13.1+cu116
82
+ - Datasets 2.9.0
83
+ - Tokenizers 0.13.2