ZTamas commited on
Commit
2ac5c16
1 Parent(s): 3d8d4de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -71,9 +71,7 @@ qa_pipeline = pipeline(
71
  tokenizer = "ZTamas/hubert-qa-milqa-impossible",
72
  device = 0, #GPU selection, -1 on CPU
73
  handle_impossible_answer = True,
74
- max_answer_len = 50 #This can be modified, but to let the model's
75
- #answer be as long as it wants so I
76
- #decided to add a big number
77
  )
78
 
79
  predictions = qa_pipeline({
 
71
  tokenizer = "ZTamas/hubert-qa-milqa-impossible",
72
  device = 0, #GPU selection, -1 on CPU
73
  handle_impossible_answer = True,
74
+ max_answer_len = 50
 
 
75
  )
76
 
77
  predictions = qa_pipeline({