Update modeling_paragram_sp.py
Browse files- modeling_paragram_sp.py +1 -1
modeling_paragram_sp.py
CHANGED
@@ -11,7 +11,7 @@ class ParagramSPModel(BertPreTrainedModel):
|
|
11 |
self.post_init()
|
12 |
|
13 |
#def forward(self, input_ids, attention_mask, token_type_ids, return_dict):
|
14 |
-
def forward(self, inputs
|
15 |
print(inputs)
|
16 |
#print(input_ids)
|
17 |
#print(attention_mask)
|
|
|
11 |
self.post_init()
|
12 |
|
13 |
#def forward(self, input_ids, attention_mask, token_type_ids, return_dict):
|
14 |
+
def forward(self, **inputs):
|
15 |
print(inputs)
|
16 |
#print(input_ids)
|
17 |
#print(attention_mask)
|