Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ The encoder concatenates the answer and text, and the decoder generates the ques
|
|
| 53 |
Note: See our [repository](https://github.com/bernardoleite/fairytaleqa-translated) for additional code details.
|
| 54 |
|
| 55 |
```py
|
| 56 |
-
input_text = '<resposta>' + '
|
| 57 |
|
| 58 |
source_encoding = tokenizer(
|
| 59 |
input_text,
|
|
|
|
| 53 |
Note: See our [repository](https://github.com/bernardoleite/fairytaleqa-translated) for additional code details.
|
| 54 |
|
| 55 |
```py
|
| 56 |
+
input_text = '<resposta>' + 'Um Urso.' + '<texto>' + 'Era uma vez um Urso que gostava de passear na floresta...'
|
| 57 |
|
| 58 |
source_encoding = tokenizer(
|
| 59 |
input_text,
|