ZTamas commited on
Commit
44e9fb6
·
1 Parent(s): fd72888

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,7 +14,9 @@ qa_pipeline = pipeline(
14
  tokenizer = "ZTamas/hubert-qa-milqa-impossible-long-answer",
15
  device = 0, #GPU selection, -1 on CPU
16
  handle_impossible_answer = True,
17
- max_answer_len = 1000 #This can be modified, but to let the model answer as long question as it wants I decided to add a big number
 
 
18
  )
19
 
20
  predictions = qa_pipeline({
 
14
  tokenizer = "ZTamas/hubert-qa-milqa-impossible-long-answer",
15
  device = 0, #GPU selection, -1 on CPU
16
  handle_impossible_answer = True,
17
+ max_answer_len = 1000 #This can be modified, but to let the model's
18
+ #answer be as long as it wants so I
19
+ #decided to add a big number
20
  )
21
 
22
  predictions = qa_pipeline({