mrm8488 commited on
Commit
904e62a
1 Parent(s): f95a7eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ def get_question(answer, context, max_length=64):
62
 
63
  return tokenizer.decode(output[0])
64
 
65
- context = "Manuel have created RuPERTa-base with the support of HF-Transformers and Google"
66
  answer = "Manuel"
67
 
68
  get_question(answer, context)
62
 
63
  return tokenizer.decode(output[0])
64
 
65
+ context = "Manuel has created RuPERTa-base with the support of HF-Transformers and Google"
66
  answer = "Manuel"
67
 
68
  get_question(answer, context)