hobab185 commited on
Commit
94f7593
1 Parent(s): d56ac75

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - pn_summary
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: my_awesome_pn_summary_model
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: pn_summary
17
+ type: pn_summary
18
+ config: 1.0.0
19
+ split: train
20
+ args: 1.0.0
21
+ metrics:
22
+ - name: Rouge1
23
+ type: rouge
24
+ value: 0.0
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
+ # my_awesome_pn_summary_model
31
+
32
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the pn_summary dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.1125
35
+ - Rouge1: 0.0
36
+ - Rouge2: 0.0
37
+ - Rougel: 0.0
38
+ - Rougelsum: 0.0
39
+ - Gen Len: 19.0
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: 16
60
+ - eval_batch_size: 16
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 2
65
+ - mixed_precision_training: Native AMP
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
70
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
71
+ | 0.1169 | 1.0 | 5127 | 0.1130 | 0.0 | 0.0 | 0.0 | 0.0 | 19.0 |
72
+ | 0.115 | 2.0 | 10254 | 0.1125 | 0.0 | 0.0 | 0.0 | 0.0 | 19.0 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.25.1
78
+ - Pytorch 1.13.0+cu116
79
+ - Datasets 2.8.0
80
+ - Tokenizers 0.13.2