youssef101 commited on
Commit
fae7fc0
·
verified ·
1 Parent(s): 52a2c44

Update modeling_xprovence_hf.py

Browse files
Files changed (1) hide show
  1. 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.1,
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,