ayuhamaro commited on
Commit
b04ef7c
1 Parent(s): a0ba3a6

Update ws-pos-model-tune.py

Browse files
Files changed (1) hide show
  1. ws-pos-model-tune.py +1 -2
ws-pos-model-tune.py CHANGED
@@ -153,8 +153,7 @@ class NlpModelTune(datasets.GeneratorBasedBuilder):
153
  sentence_counter += 1
154
  current_words = []
155
  current_labels = []
156
- print(sentence)
157
- # yield sentence
158
 
159
  # if something remains:
160
  if current_words:
 
153
  sentence_counter += 1
154
  current_words = []
155
  current_labels = []
156
+ yield sentence
 
157
 
158
  # if something remains:
159
  if current_words: