Commit
·
df2be94
1
Parent(s):
c8dfb5a
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
|
5 |
+
tags:
|
6 |
+
- t5
|
7 |
+
- news
|
8 |
+
- summarizer
|
9 |
+
- inshorts
|
10 |
+
---
|
11 |
+
|
12 |
## Model description
|
13 |
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.
|
14 |
|