pheepa commited on
Commit
5fc0795
·
1 Parent(s): c87f1b7

dict output

Browse files
Files changed (1) hide show
  1. jira-commentaries-mlm.py +1 -1
jira-commentaries-mlm.py CHANGED
@@ -65,4 +65,4 @@ class JiraComments(datasets.GeneratorBasedBuilder):
65
  sentences = f.read().split('\n')
66
 
67
  for i, sentence in enumerate(sentences):
68
- yield i, sentence
 
65
  sentences = f.read().split('\n')
66
 
67
  for i, sentence in enumerate(sentences):
68
+ yield i, {'sentence': sentence}