munjulurik commited on
Commit
c8dfb5a
·
1 Parent(s): e14c703

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -15
README.md CHANGED
@@ -1,21 +1,7 @@
1
- ---
2
- language:
3
- - en
4
- tags:
5
- - summarization
6
- license: mit
7
- thumbnail: https://huggingface.co/front/thumbnails/facebook.png
8
- model-index:
9
- - name: facebook/bart-large-cnn
10
- results:
11
- - task:
12
- type: summarization
13
- name: Summarization---
14
-
15
  ## Model description
16
  AutoShots is a news summariser model, built by mimicking InShorts application, which manually summarises news into ~60 words. It is a T5-Small model, that has been fine tuned with data scraped from Inshorts website.
17
 
18
- Note: This model and the use of Inshorts data was solely for research and learning perspective, and is not intended to be used as any commercial application. Specials thanks to Inshorts website for allowing me to access their data :)
19
 
20
  ### How to use
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## Model description
2
  AutoShots is a news summariser model, built by mimicking InShorts application, which manually summarises news into ~60 words. It is a T5-Small model, that has been fine tuned with data scraped from Inshorts website.
3
 
4
+ Disclaimer: This model and the use of Inshorts data was solely for research and learning perspective, and is not intended to be used as any commercial application. Specials thanks to Inshorts website for allowing me to access their data :)
5
 
6
  ### How to use
7