Because we're using a choice as our view_id, we need to specify an options key which is currently missing in our loop:
for eg in stream:
eg["options"] = [
# some code...
]
For your case, you can probably (1) merge it into one list of "options" and make it "Action: [some option]", "Level: [some option]" or (2) use choice_style=multiple in the config, and just do some validation on your end.
You can also check different ways to design your recipe in these threads:
Thank you for help!
I tried these ways and choose the one with multiple style. My task is to classify audios. Could you tell me, if there any way to save labels and meta in dataset but not to save labeled audios in dataset (that is in prodigy.db)? I don't want to copy there 80+ Gb audios