dchaplinsky commited on
Commit
8eb4cf5
1 Parent(s): e1748d2

Upload every_prompt.py

Browse files
Files changed (1) hide show
  1. every_prompt.py +1 -1
every_prompt.py CHANGED
@@ -38,7 +38,7 @@ class EveryPromptDataset(datasets.GeneratorBasedBuilder):
38
  "text_to_data_ratio": datasets.Value("float32"),
39
  "url": datasets.Value("string"),
40
  "schema_type": datasets.Value("string"),
41
- "payload": {},
42
  }
43
  ),
44
  )
 
38
  "text_to_data_ratio": datasets.Value("float32"),
39
  "url": datasets.Value("string"),
40
  "schema_type": datasets.Value("string"),
41
+ "payload": datasets.Value("string"),
42
  }
43
  ),
44
  )