mrutyunjay-patil commited on
Commit
35d1034
1 Parent(s): 88a6e25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  - english
12
  ---
13
 
14
- ## KeywordGen-v1 Model
15
 
16
  KeywordGen-v1 is a T5-based model fine-tuned for keyword generation from a piece of text. Given an input text, the model will return relevant keywords.
17
 
@@ -21,7 +21,12 @@ This model was trained using the T5 base model, and was fine-tuned on a custom d
21
 
22
  ## Important Usage Note
23
 
24
- This model is optimized for processing larger inputs. For the most accurate results, I recommend using inputs of at least 4-5 sentences. Inputs shorter than this may lead to suboptimal keyword generation.
 
 
 
 
 
25
 
26
 
27
  ### How to use
 
11
  - english
12
  ---
13
 
14
+ # KeywordGen-v1 Model
15
 
16
  KeywordGen-v1 is a T5-based model fine-tuned for keyword generation from a piece of text. Given an input text, the model will return relevant keywords.
17
 
 
21
 
22
  ## Important Usage Note
23
 
24
+ This model is optimized for processing larger inputs and will generate 3 keywords as output. For the most accurate results, I recommend using inputs of at least 4-5 sentences. Inputs shorter than this may lead to suboptimal keyword generation.
25
+
26
+
27
+ ## Suggestion for Usage
28
+
29
+ This model was made to generate keywords from reviews. To perform efficiently combine multiple reviews as one and give it as input to the model.
30
 
31
 
32
  ### How to use