adriantheuma commited on
Commit
b2fcf2a
1 Parent(s): 2246f6a

modify py file

Browse files
Files changed (1) hide show
  1. raven-data.py +0 -2
raven-data.py CHANGED
@@ -122,7 +122,6 @@ class FinExpert(datasets.GeneratorBasedBuilder):
122
  "output": datasets.Value("string"),
123
  "source": datasets.Value("string"),
124
  "template": datasets.Value("string"),
125
- "split": datasets.Value("split"),
126
  }
127
  )
128
 
@@ -173,7 +172,6 @@ class FinExpert(datasets.GeneratorBasedBuilder):
173
  "output": instruction["output"],
174
  "source": instruction["source"],
175
  "template": instruction["template"],
176
- "split": instruction["split"],
177
  }
178
  key += 1
179
 
 
122
  "output": datasets.Value("string"),
123
  "source": datasets.Value("string"),
124
  "template": datasets.Value("string"),
 
125
  }
126
  )
127
 
 
172
  "output": instruction["output"],
173
  "source": instruction["source"],
174
  "template": instruction["template"],
 
175
  }
176
  key += 1
177