Skip to content
Snippets Groups Projects
Commit 03b004d3 authored by Marek Maziarz's avatar Marek Maziarz
Browse files

wrong method pack_sentences_to_max_tokens evocation, blank lines

parent 10076064
No related branches found
No related tags found
No related merge requests found
Pipeline #19507 failed
......@@ -104,7 +104,6 @@ class WinerWorker(nlp_ws.NLPWorker):
return packed_plain_inputs, packed_tokenized_inputs, packed_sent_starts
def process(
self,
input_path: str,
......@@ -136,7 +135,7 @@ class WinerWorker(nlp_ws.NLPWorker):
packed_tokenized_inputs,
packed_sent_starts
) = (
pack_sentences_to_max_tokens(
self.pack_sentences_to_max_tokens(
plain_inputs,
tokenized_inputs,
sent_starts,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment