AITextDetect/AIGen-HUMAN
收藏Hugging Face2024-06-11 更新2024-06-22 收录
下载链接:
https://hf-mirror.com/datasets/AITextDetect/AIGen-HUMAN
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
task_categories:
- text-classification
language:
- en
---
First download the files in release branch
```
export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download --revision release --repo-type dataset --local-dir /path/to/your/dir AITextDetect/AIGen-HUMAN
```
Then you can load the dataset in 2 lines
```
import datasets
data = datasets.load_dataset("/path/to/your/dir/MGT-human.py", trust_remote_code=True)
```
This dataset is used for text classification tasks, in English, and is licensed under MIT. It can be downloaded by specifying the mirror address and version, and loaded using the HuggingFace datasets library.
提供机构:
AITextDetect
原始信息汇总
数据集概述
许可证
- MIT许可证
任务类别
- 文本分类
语言
- 英语
下载与加载
-
下载命令: bash export HF_ENDPOINT=https://hf-mirror.com huggingface-cli download --revision release --repo-type dataset --local-dir /path/to/your/dir AITextDetect/AIGen-HUMAN
-
加载数据集: python import datasets data = datasets.load_dataset("/path/to/your/dir/MGT-human.py", trust_remote_code=True)



