tformal commited on
Commit
ad62140
·
verified ·
1 Parent(s): 3b2f9d2

Update modeling_provence.py

Browse files
Files changed (1) hide show
  1. modeling_provence.py +1 -1
modeling_provence.py CHANGED
@@ -101,7 +101,7 @@ class Provence(DebertaV2PreTrainedModel):
101
  def process(
102
  self,
103
  contexts: List[List[str]],
104
- queries: List[List[str]],
105
  titles: Optional[Union[List[str], str]] = "first_sentence",
106
  batch_size=32,
107
  threshold=0.01,
 
101
  def process(
102
  self,
103
  contexts: List[List[str]],
104
+ queries: List[str],
105
  titles: Optional[Union[List[str], str]] = "first_sentence",
106
  batch_size=32,
107
  threshold=0.01,