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