mrutyunjay-patil commited on
Commit
1577bd5
1 Parent(s): aa095a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -19,6 +19,11 @@ KeywordGen-v1 is a T5-based model fine-tuned for keyword generation from a piece
19
 
20
  This model was trained using the T5 base model, and was fine-tuned on a custom dataset. The training data consists of text and corresponding keywords. The model generates keywords by predicting the relevant words or phrases present in the input text.
21
 
 
 
 
 
 
22
  ### How to use
23
 
24
  You can use this model in your application using the Hugging Face Transformers library. Here is an example:
@@ -45,4 +50,4 @@ keywords = tokenizer.decode(outputs[0])
45
 
46
  ### Limitations and bias
47
 
48
- The model might perform poorly on texts that are very different from the texts in the training data. It might also be biased towards the types of text or keywords that are overrepresented in the training data.
 
19
 
20
  This model was trained using the T5 base model, and was fine-tuned on a custom dataset. The training data consists of text and corresponding keywords. The model generates keywords by predicting the relevant words or phrases present in the input text.
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
28
 
29
  You can use this model in your application using the Hugging Face Transformers library. Here is an example:
 
50
 
51
  ### Limitations and bias
52
 
53
+ As this is the first version, the model might perform poorly on texts that are very different from the texts in the training data. It might also be biased towards the types of text or keywords that are overrepresented in the training data.