Update README.md
Browse files
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.
|
| 11 |
```
|
| 12 |
-
<
|
| 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:
|