mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Fix typo (#6469)
This commit is contained in:
parent
7bc00569df
commit
05810cd80a
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def get_answer(question, context):
|
|||
|
||||
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?"
|
||||
|
||||
get_answer(question, context)
|
||||
|
|
|
|||
Loading…
Reference in a new issue