MinHeng_judgment / dataset_info.json
yayahappy92's picture
Upload dataset_info.json with huggingface_hub
b8e7c47 verified
Raw
History Blame Contribute Delete
779 Bytes
{
"features": [
{
"name": "JID",
"dtype": "string"
},
{
"name": "JYEAR",
"dtype": "string"
},
{
"name": "JCASE",
"dtype": "string"
},
{
"name": "JNO",
"dtype": "string"
},
{
"name": "JDATE",
"dtype": "string"
},
{
"name": "JTITLE",
"dtype": "string"
},
{
"name": "JFULL",
"dtype": "string"
},
{
"name": "JPDF",
"dtype": "string"
}
],
"splits": {
"train": {
"name": "train",
"num_bytes": 0,
"num_examples": 9
}
},
"description": "臺灣最高法院判決書資料集,包含裁判編號、日期、主題與全文內容,適用於法律 NLP 任務。",
"license": "cc-by-nc-4.0"
}