akommula commited on
Commit
c8bfa06
1 Parent(s): c95f9b7

Fixing generate examples

Browse files
Files changed (1) hide show
  1. openpi_v2.py +9 -12
openpi_v2.py CHANGED
@@ -83,20 +83,17 @@ class OpenpiV2(datasets.GeneratorBasedBuilder):
83
  "steps": [datasets.Value("string")],
84
  "topics": datasets.Value("string"),
85
  "image_urls": [datasets.Value("string")],
86
- "states": [
87
- {
88
- "answers_openpiv1_metadata":
89
- {
90
- "entity": datasets.Value("string"),
91
- "attribute": datasets.Value("string"),
92
- "answers": [datasets.Value("string")],
93
- "modality": [datasets.Value("string")]
94
- }
95
  "entity": datasets.Value("string"),
96
  "attribute": datasets.Value("string"),
97
- "answers": [datasets.Value("string")]
98
- }
99
- ]
 
 
 
 
100
  }),
101
  data_url = _URLS,
102
  citation = textwrap.dedent(
 
83
  "steps": [datasets.Value("string")],
84
  "topics": datasets.Value("string"),
85
  "image_urls": [datasets.Value("string")],
86
+ "states": [{
87
+ "answers_openpiv1_metadata": {
 
 
 
 
 
 
 
88
  "entity": datasets.Value("string"),
89
  "attribute": datasets.Value("string"),
90
+ "answers": [datasets.Value("string")],
91
+ "modality": [datasets.Value("string")]
92
+ },
93
+ "entity": datasets.Value("string"),
94
+ "attribute": datasets.Value("string"),
95
+ "answers": [datasets.Value("string")]
96
+ }]
97
  }),
98
  data_url = _URLS,
99
  citation = textwrap.dedent(