Unverified Commit 05810cd8 authored by Manuel Romero's avatar Manuel Romero Committed by GitHub
Browse files

Fix typo (#6469)

parent 7bc00569
...@@ -65,7 +65,7 @@ def get_answer(question, context): ...@@ -65,7 +65,7 @@ def get_answer(question, context):
return tokenizer.decode(output[0]) return tokenizer.decode(output[0])
context = "Manuel have created RuPERTa-base (a Spanish RoBERTa) with the support of HF-Transformers and Google" context = "Manuel has created RuPERTa-base (a Spanish RoBERTa) with the support of HF-Transformers and Google"
question = "Who has supported Manuel?" question = "Who has supported Manuel?"
get_answer(question, context) get_answer(question, context)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment