lara-martin
commited on
Update FIREBALL.py
Browse files- 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 |
-
|
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'],
|