Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
juris-rag-dataset – Dataset by liuxinglin | AlphaNeural AI
You can deploy this model and start earning money today!
liuxinglin
/
juris-rag-dataset
like
0
n<1K
json
text
datasets
pandas
polars
mlcroissant
us
Views
No views yet
Model card
Files and Versions
Community
API
Juris-RAG 数据集 数据集描述
Juris-RAG是一个中文法律检索增强生成(RAG)系统的数据集,包含:
中国法律法规文本 CAIL司法案例数据集 评估数据集
数据集结构
raw/ ├── criminal_code.txt # 刑法 ├── civil_code.txt # 民法典 ├── administrative_law.txt # 行政处罚法 ├── labor_law.txt # 劳动法 ├── commercial_law.txt # 公司法 └── cail_cases.json # CAIL案例数据(约140MB)
eval/ └── eval_set.json # 评估数据集
使用方法 方法1:使用huggingface_hub
from huggingface_hub import hf_hub_download
#… See the full description on the dataset page:
https://huggingface.co/datasets/liuxinglin/juris-rag-dataset
.