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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +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: '<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
 
 
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