Datasets:
SummerMC Developer commited on
Commit ·
16f3518
1
Parent(s): e5b6de3
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 -9
- dataset_infos.json +0 -12
README.md
CHANGED
|
@@ -5,15 +5,6 @@ language:
|
|
| 5 |
- ja
|
| 6 |
license:
|
| 7 |
- agpl-3.0
|
| 8 |
-
multilinguality:
|
| 9 |
-
- monolingual
|
| 10 |
-
size_categories:
|
| 11 |
-
- 10K<n<100K
|
| 12 |
-
configs:
|
| 13 |
-
- config_name: default
|
| 14 |
-
data_files:
|
| 15 |
-
- split: train
|
| 16 |
-
path: security_hunter_ja.jsonl
|
| 17 |
---
|
| 18 |
|
| 19 |
# Security Hunter 日本語版
|
|
|
|
| 5 |
- ja
|
| 6 |
license:
|
| 7 |
- agpl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Security Hunter 日本語版
|
dataset_infos.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"default": {
|
| 3 |
-
"features": {
|
| 4 |
-
"instruction": {"dtype": "string", "_type": "Value"},
|
| 5 |
-
"input": {"dtype": "string", "_type": "Value"},
|
| 6 |
-
"output": {"dtype": "string", "_type": "Value"}
|
| 7 |
-
},
|
| 8 |
-
"splits": {
|
| 9 |
-
"train": {"name": "train", "num_bytes": 440000000, "num_examples": 50000}
|
| 10 |
-
}
|
| 11 |
-
}
|
| 12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|