kaejo98 commited on
Commit
d66a548
1 Parent(s): 2fdf0a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -19,9 +19,7 @@ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base)
19
  More information needed
20
 
21
  ## Intended uses
22
- The model takes context as an input sequence, and will generate a full question sentence as an output sequence. The max sequence length is 512 tokens. Inputs should be organised into the following format:
23
-
24
- <generate_questions> paragraph: context text here
25
 
26
  The input sequence can then be encoded and passed as the input_ids argument in the model's generate() method.
27
 
 
19
  More information needed
20
 
21
  ## Intended uses
22
+ The model takes context as an input sequence, and will generate a full question sentence as an output sequence. The max sequence length is 512 tokens. Inputs should be organised into the following format: '<generate_questions> paragraph: context text here'
 
 
23
 
24
  The input sequence can then be encoded and passed as the input_ids argument in the model's generate() method.
25