kubershahi commited on
Commit
2109427
·
verified ·
1 Parent(s): 4fb2b90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,7 +1,8 @@
1
  ---
2
  language: en
3
  tags:
4
- - abstractive summarization
 
5
  model-index:
6
  - name: kubershahi/pegasus-inshorts
7
  results:
@@ -9,7 +10,7 @@ model-index:
9
  type: abstractitive summarization
10
  name: abstractive summarization
11
  dataset:
12
- name: inshorts
13
  type: inshorts
14
  config: inshorts
15
  split: train
@@ -38,6 +39,11 @@ model-index:
38
  type: rouge
39
  value: 0.08284
40
  verified: true
 
 
 
 
 
41
  ---
42
 
43
 
@@ -54,6 +60,4 @@ After finetuning, to generate an appropriate headline of an article, get the sum
54
  The two-way approach was taken to get apt headline from summary rather then generating the headline from the pegasus-large itself.
55
 
56
 
57
- For more details about the project, click [here](https://github.com/kubershahi/ashoka-aml).
58
-
59
-
 
1
  ---
2
  language: en
3
  tags:
4
+ - Summarization
5
+ - Abstractive Summarization
6
  model-index:
7
  - name: kubershahi/pegasus-inshorts
8
  results:
 
10
  type: abstractitive summarization
11
  name: abstractive summarization
12
  dataset:
13
+ name: inshorts
14
  type: inshorts
15
  config: inshorts
16
  split: train
 
39
  type: rouge
40
  value: 0.08284
41
  verified: true
42
+ license: mit
43
+ datasets:
44
+ - kubershahi/inshorts
45
+ metrics:
46
+ - rouge
47
  ---
48
 
49
 
 
60
  The two-way approach was taken to get apt headline from summary rather then generating the headline from the pegasus-large itself.
61
 
62
 
63
+ For more details about the project, click [here](https://github.com/kubershahi/ashoka-aml).