Update modeling_xprovence_hf.py
Browse files- modeling_xprovence_hf.py +1 -1
modeling_xprovence_hf.py
CHANGED
|
@@ -133,7 +133,7 @@ class XProvence(XLMRobertaPreTrainedModel):
|
|
| 133 |
context: Union[List[List[str]], str],
|
| 134 |
title: Optional[Union[List[List[str]], str]] = "first_sentence",
|
| 135 |
batch_size=32,
|
| 136 |
-
threshold=0.
|
| 137 |
always_select_title=False,
|
| 138 |
reorder=False,
|
| 139 |
top_k=5,
|
|
|
|
| 133 |
context: Union[List[List[str]], str],
|
| 134 |
title: Optional[Union[List[List[str]], str]] = "first_sentence",
|
| 135 |
batch_size=32,
|
| 136 |
+
threshold=0.3,
|
| 137 |
always_select_title=False,
|
| 138 |
reorder=False,
|
| 139 |
top_k=5,
|