Update modeling_provence.py
Browse files- 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[
|
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,
|