220M instruction-response pairs extracted from the web by identifying educational content using a recall-then-verify pipeline. Covers K-12 through graduate-level content across math, science, and engineering — enabling large-scale instruction fine-tuning without human curation.
| Provider | TIGER-Lab |
| Category | 指令 / SFT |
| Size | 220M Pairs |
| License | CC BY-SA 4.0 |
| Downloads | 210k |
| Tags | Web-extracted, Large-Scale, Education, Multi-domain, 2024 |
from datasets import load_dataset
ds = load_dataset("TIGER-Lab/WebInstructSub")
使用 QLoRA(4-bit 基础模型 + LoRA 适配器)微调的预计显存需求(保守默认参数):
| 7B QLoRA | ~6GB VRAM |
| 13B QLoRA | ~10GB VRAM |
微调新手?跟着分步教程走: 一小时微调你的第一个 LLM