qanastek commited on
Commit
5c9e1c8
1 Parent(s): 39a259a
Files changed (1) hide show
  1. WMT-16-PubMed.py +0 -4
WMT-16-PubMed.py CHANGED
@@ -131,10 +131,6 @@ class WMT_16_PubMed(datasets.GeneratorBasedBuilder):
131
 
132
  for index, row in df.loc[df['lang'] == self.config.name].iterrows():
133
 
134
- print(row['lang'])
135
- print(row['source_text'])
136
- print(row['target_text'])
137
-
138
  # Get langue pair
139
  src, target = str(row['lang']).split("-")
140
 
 
131
 
132
  for index, row in df.loc[df['lang'] == self.config.name].iterrows():
133
 
 
 
 
 
134
  # Get langue pair
135
  src, target = str(row['lang']).split("-")
136