tmsreekanth98 commited on
Commit
a5f089a
1 Parent(s): 146c8bc

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
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - kp20k
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: ED_keyphrase_roberta/
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.1132
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_roberta/
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.6070
34
+ - Rouge1: 0.1132
35
+ - Rouge2: 0.0161
36
+ - Rougel: 0.108
37
+ - Rougelsum: 0.1081
38
+ - Gen Len: 10.9056
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: 4
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.2014 | 1.0 | 664 | 5.4438 | 0.0532 | 0.0021 | 0.0525 | 0.0524 | 9.0955 |
73
+ | 5.3993 | 2.0 | 1328 | 4.8016 | 0.0958 | 0.0105 | 0.0921 | 0.0921 | 11.524 |
74
+ | 4.9398 | 3.0 | 1992 | 4.6499 | 0.1095 | 0.0153 | 0.1049 | 0.1048 | 11.2748 |
75
+ | 4.6497 | 4.0 | 2656 | 4.6070 | 0.1132 | 0.0161 | 0.108 | 0.1081 | 10.9056 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.25.1
81
+ - Pytorch 1.13.0+cu116
82
+ - Datasets 2.8.0
83
+ - Tokenizers 0.13.2