c4-tiny
收藏魔搭社区2025-12-05 更新2025-02-08 收录
下载链接:
https://modelscope.cn/datasets/PrimeIntellect/c4-tiny
下载链接
链接失效反馈官方服务:
资源简介:
# C4 tiny
this dataset is a very small subset of https://huggingface.co/datasets/allenai/c4 that can be use for testing
without having to download the full c4 dataset.
to use
```python
from dataset import load_dataset
dataset = load_dataset("PrimeIntellect/c4-tiny", "en", ignore_verifications=True)
```
# C4 微型数据集(C4 tiny)
本数据集为https://huggingface.co/datasets/allenai/c4 的极小子集,可用于测试环节,无需下载完整的C4数据集。
使用方式:
python
from dataset import load_dataset
dataset = load_dataset("PrimeIntellect/c4-tiny", "en", ignore_verifications=True)
提供机构:
maas
创建时间:
2025-02-07



