SummerMC Developer commited on
Commit ·
63db485
1
Parent(s): 1b9681a
Simplify dataset metadata for Hub viewer compatibility
Browse files- Removed configs/task_ids from README YAML (caused 'Failed to check dataset format')
- Removed dataset_infos.json (caused 'Feature type Json not found')
- Using minimal YAML to let Hub auto-detect JSONL format
- For multi-file repos, use direct file path loading
- README.md +0 -11
- dataset_infos.json +0 -19
README.md
CHANGED
|
@@ -5,17 +5,6 @@ language:
|
|
| 5 |
- en
|
| 6 |
license:
|
| 7 |
- agpl-3.0
|
| 8 |
-
multilinguality:
|
| 9 |
-
- monolingual
|
| 10 |
-
size_categories:
|
| 11 |
-
- 100K<n<1M
|
| 12 |
-
source_datasets:
|
| 13 |
-
- Glint-Research/Fable-5-traces
|
| 14 |
-
configs:
|
| 15 |
-
- config_name: default
|
| 16 |
-
data_files:
|
| 17 |
-
- split: train
|
| 18 |
-
path: v_fable.jsonl
|
| 19 |
---
|
| 20 |
|
| 21 |
# v-Fable: Synthetic Fable-5 Traces Dataset
|
|
|
|
| 5 |
- en
|
| 6 |
license:
|
| 7 |
- agpl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# v-Fable: Synthetic Fable-5 Traces Dataset
|
dataset_infos.json
DELETED
|
@@ -1,19 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"default": {
|
| 3 |
-
"features": {
|
| 4 |
-
"uid": {"dtype": "string", "_type": "Value"},
|
| 5 |
-
"source_file": {"dtype": "string", "_type": "Value"},
|
| 6 |
-
"session": {"dtype": "string", "_type": "Value"},
|
| 7 |
-
"model": {"dtype": "string", "_type": "Value"},
|
| 8 |
-
"context": {"dtype": "string", "_type": "Value"},
|
| 9 |
-
"cot": {"dtype": "string", "_type": "Value"},
|
| 10 |
-
"output_type": {"dtype": "string", "_type": "Value"},
|
| 11 |
-
"output": {"dtype": "string", "_type": "Value"},
|
| 12 |
-
"completion": {"dtype": "string", "_type": "Value"},
|
| 13 |
-
"origin": {"dtype": "string", "_type": "Value"}
|
| 14 |
-
},
|
| 15 |
-
"splits": {
|
| 16 |
-
"train": {"name": "train", "num_bytes": 1336123131, "num_examples": 100000}
|
| 17 |
-
}
|
| 18 |
-
}
|
| 19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|