sohamchougule commited on
Commit
f622e26
1 Parent(s): d7e7529

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - aeslc
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: pegasus-large-finetuned-aeslc
10
+ results:
11
+ - task:
12
+ name: Sequence-to-sequence Language Modeling
13
+ type: text2text-generation
14
+ dataset:
15
+ name: aeslc
16
+ type: aeslc
17
+ config: default
18
+ split: validation
19
+ args: default
20
+ metrics:
21
+ - name: Rouge1
22
+ type: rouge
23
+ value: 0.0
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
+ # pegasus-large-finetuned-aeslc
30
+
31
+ This model is a fine-tuned version of [google/pegasus-large](https://huggingface.co/google/pegasus-large) on the aeslc dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 8.0891
34
+ - Rouge1: 0.0
35
+ - Rouge2: 0.0
36
+ - Rougel: 0.0
37
+ - Rougelsum: 0.0
38
+ - Gen Len: 1.0
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: 0.0052
58
+ - train_batch_size: 4
59
+ - eval_batch_size: 4
60
+ - seed: 42
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - num_epochs: 1
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
+ | 0.0 | 1.0 | 3609 | 8.0891 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.27.4
76
+ - Pytorch 2.0.0+cu118
77
+ - Datasets 2.11.0
78
+ - Tokenizers 0.13.3