v-Fable / dataset_infos.json
SummerMC Developer
Add dataset_infos.json with explicit Value(string) for all fields
5940858
Raw
History Blame Contribute Delete
710 Bytes
{
"default": {
"features": {
"uid": {"dtype": "string", "_type": "Value"},
"source_file": {"dtype": "string", "_type": "Value"},
"session": {"dtype": "string", "_type": "Value"},
"model": {"dtype": "string", "_type": "Value"},
"context": {"dtype": "string", "_type": "Value"},
"cot": {"dtype": "string", "_type": "Value"},
"output_type": {"dtype": "string", "_type": "Value"},
"output": {"dtype": "string", "_type": "Value"},
"completion": {"dtype": "string", "_type": "Value"},
"origin": {"dtype": "string", "_type": "Value"}
},
"splits": {
"train": {"name": "train", "num_bytes": 1336123131, "num_examples": 100000}
}
}
}