DevBM commited on
Commit
2189236
·
verified ·
1 Parent(s): e1861eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,9 +7,9 @@ library_name: transformers
7
 
8
  #### How to use
9
 
10
- The model takes concatenated answers and 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:
11
  ```
12
- <answer> answer text here <context> context text here
13
  ```
14
 
15
  examples:
 
7
 
8
  #### How to use
9
 
10
+ The model takes concatenated answers and context as an input sequence, and will generate a full question sentence as an output sequence. Inputs should be organised into the following format:
11
  ```
12
+ <context> context text here <answer> answer text here
13
  ```
14
 
15
  examples: