tmsreekanth98 commited on
Commit
6ddc437
1 Parent(s): 4db344b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - kp20k
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: ED_keyphrase/
10
+ results:
11
+ - task:
12
+ name: Sequence-to-sequence Language Modeling
13
+ type: text2text-generation
14
+ dataset:
15
+ name: kp20k
16
+ type: kp20k
17
+ config: generation
18
+ split: train[:15%]
19
+ args: generation
20
+ metrics:
21
+ - name: Rouge1
22
+ type: rouge
23
+ value: 0.0784
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
+ # ED_keyphrase/
30
+
31
+ This model is a fine-tuned version of [](https://huggingface.co/) on the kp20k dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 4.4436
34
+ - Rouge1: 0.0784
35
+ - Rouge2: 0.0159
36
+ - Rougel: 0.0732
37
+ - Rougelsum: 0.0732
38
+ - Gen Len: 70.8515
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: 32
59
+ - eval_batch_size: 32
60
+ - seed: 42
61
+ - gradient_accumulation_steps: 2
62
+ - total_train_batch_size: 64
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: linear
65
+ - num_epochs: 5
66
+ - mixed_precision_training: Native AMP
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
71
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
72
+ | 6.1614 | 1.0 | 664 | 5.2825 | 0.0866 | 0.0047 | 0.0767 | 0.0767 | 53.6569 |
73
+ | 5.2585 | 2.0 | 1328 | 4.7707 | 0.0551 | 0.0087 | 0.0517 | 0.0518 | 83.1487 |
74
+ | 4.8764 | 3.0 | 1992 | 4.5703 | 0.0634 | 0.0117 | 0.0594 | 0.0595 | 81.5616 |
75
+ | 4.5709 | 4.0 | 2656 | 4.4749 | 0.0743 | 0.0145 | 0.0695 | 0.0695 | 72.9576 |
76
+ | 4.4978 | 5.0 | 3320 | 4.4436 | 0.0784 | 0.0159 | 0.0732 | 0.0732 | 70.8515 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.25.1
82
+ - Pytorch 1.13.0+cu116
83
+ - Datasets 2.8.0
84
+ - Tokenizers 0.13.2