Update README.md
Browse files
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
|
|
|
|
|
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({
|