shvy commited on
Commit
06dfe39
1 Parent(s): 35fdc6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,6 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Text_summerization_pegasus
2
 
3
  The Model is to be downloaded via the user if any finetuning or inferncing is needed
4
 
5
- This is a google pegasus model we have used streamlit interface to presume the summrize text over the articles.
6
-
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - jordiclive/wikipedia-summary-dataset
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ base_model:
10
+ - google/pegasus-cnn_dailymail
11
+ ---
12
  # Text_summerization_pegasus
13
 
14
  The Model is to be downloaded via the user if any finetuning or inferncing is needed
15
 
16
+ This is a google pegasus model particulary finetuned using Wikipedia dataset interface to presume the summrize text over the articles.