lara-martin commited on
Commit
99fc55b
·
verified ·
1 Parent(s): 428a5b5

Update FIREBALL.py

Browse files
Files changed (1) hide show
  1. FIREBALL.py +1 -1
FIREBALL.py CHANGED
@@ -211,7 +211,7 @@ class Fireball(datasets.GeneratorBasedBuilder):
211
  yield key, {
212
  # "speaker_id": data["speaker_id"],
213
  "before_utterances": data["before_utterances"],
214
- # 'combat_state_before': data['combat_state_before'],
215
  # 'current_actor': data["current_actor"],
216
  # 'commands_norm': data['commands_norm'],
217
  # 'automation_results': data['automation_results'],
 
211
  yield key, {
212
  # "speaker_id": data["speaker_id"],
213
  "before_utterances": data["before_utterances"],
214
+ 'combat_state_before': data['combat_state_before'],
215
  # 'current_actor': data["current_actor"],
216
  # 'commands_norm': data['commands_norm'],
217
  # 'automation_results': data['automation_results'],