whosane commited on
Commit
92e735f
·
1 Parent(s): e26dffc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -7,15 +7,11 @@ pipeline_tag: summarization
7
 
8
  ### Model Description
9
 
10
- This model is an extended implementation of T5 trained on 9000 press releases from https://www.africa-newsroom.com. The model is trained to summarize Press Headline when given the input as Press Body.
11
 
12
 
13
 
14
  - **Developed by:** Husain Limdiyawala
15
- - **Shared by [optional]:** [More Information Needed]
16
- - **Model type:** [More Information Needed]
17
- - **Language(s) (NLP):** [More Information Needed]
18
- - **License:** [More Information Needed]
19
  - **Finetuned from model [optional]:** T5
20
 
21
  ### Model Sources [optional]
@@ -24,12 +20,12 @@ This model is an extended implementation of T5 trained on 9000 press releases fr
24
 
25
  ## Uses
26
 
27
- Convert paragraph into a 1 line summary.
28
 
29
 
30
  ## How to Get Started with the Model
31
 
32
- Use the code below to get started with the model.
33
 
34
  # import
35
  from simplet5 import SimpleT5
 
7
 
8
  ### Model Description
9
 
10
+ ###This model is an extended implementation of T5 trained on 9000 press releases from https://www.africa-newsroom.com. The model is trained to summarize Press Headline when given the input as Press Body.
11
 
12
 
13
 
14
  - **Developed by:** Husain Limdiyawala
 
 
 
 
15
  - **Finetuned from model [optional]:** T5
16
 
17
  ### Model Sources [optional]
 
20
 
21
  ## Uses
22
 
23
+ ## Convert paragraph into a 1 line summary.
24
 
25
 
26
  ## How to Get Started with the Model
27
 
28
+ ## Use the code below to get started with the model.
29
 
30
  # import
31
  from simplet5 import SimpleT5