benjleite commited on
Commit
e3e8f97
·
verified ·
1 Parent(s): ab91bae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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>' + D. Afonso Henriques + '<texto>' + 'D. Afonso Henriques foi o primeiro Rei de Portugal.'
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>' + 'D. Afonso Henriques' + '<texto>' + 'D. Afonso Henriques foi o primeiro Rei de Portugal.'
57
 
58
  source_encoding = tokenizer(
59
  input_text,