ShubhamSP commited on
Commit
5afa384
1 Parent(s): 06fc4a0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - big_patent
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: nd_pegasus_bigpatent_cnn_xsum_model
10
+ results:
11
+ - task:
12
+ name: Sequence-to-sequence Language Modeling
13
+ type: text2text-generation
14
+ dataset:
15
+ name: big_patent
16
+ type: big_patent
17
+ config: d
18
+ split: train[:200]
19
+ args: d
20
+ metrics:
21
+ - name: Rouge1
22
+ type: rouge
23
+ value: 0.3465
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # nd_pegasus_bigpatent_cnn_xsum_model
30
+
31
+ This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://huggingface.co/google/pegasus-cnn_dailymail) on the big_patent dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 3.1037
34
+ - Rouge1: 0.3465
35
+ - Rouge2: 0.1181
36
+ - Rougel: 0.2258
37
+ - Rougelsum: 0.227
38
+ - Gen Len: 85.75
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 2e-05
58
+ - train_batch_size: 2
59
+ - eval_batch_size: 2
60
+ - seed: 42
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - num_epochs: 2
64
+ - mixed_precision_training: Native AMP
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
69
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
70
+ | 3.5734 | 1.0 | 80 | 3.1804 | 0.3468 | 0.1231 | 0.2262 | 0.2268 | 89.95 |
71
+ | 3.3146 | 2.0 | 160 | 3.1037 | 0.3465 | 0.1181 | 0.2258 | 0.227 | 85.75 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.27.4
77
+ - Pytorch 1.13.1+cu116
78
+ - Datasets 2.11.0
79
+ - Tokenizers 0.13.2