tigerbot-law-plugin
收藏魔搭社区2026-05-19 更新2024-05-15 收录
下载链接:
https://modelscope.cn/datasets/AI-ModelScope/tigerbot-law-plugin
下载链接
链接失效反馈官方服务:
资源简介:
### Clone with HTTP
```bash
git clone https://www.modelscope.cn/datasets/AI-ModelScope/tigerbot-law-plugin.git
```
迁移来源: https://www.huggingface.co/datasets/TigerResearch/tigerbot-law-plugin
使用sdk下载
```python
from modelscope import MsDataset
dataset = MsDataset.load('AI-ModelScope/tigerbot-law-plugin').to_hf_dataset()
print(dataset)
"""
Dataset({
features: ['type', 'title', 'chapter1', 'content', 'chapter2', 'chapter3'],
num_rows: 55895
})
"""
```
### 通过HTTP克隆
bash
git clone https://www.modelscope.cn/datasets/AI-ModelScope/tigerbot-law-plugin.git
数据集迁移源:https://www.huggingface.co/datasets/TigerResearch/tigerbot-law-plugin
### 通过SDK下载
python
from 魔搭(ModelScope) import MsDataset
dataset = MsDataset.load('AI-ModelScope/tigerbot-law-plugin').to_hf_dataset()
print(dataset)
"""
数据集(Dataset)({
特征字段(features): ['type', 'title', 'chapter1', 'content', 'chapter2', 'chapter3'],
总样本数(num_rows): 55895
})
"""
提供机构:
maas
创建时间:
2023-09-24



