- 公开数据集:hugging face, modelscope
- 外部采购
- 企业内打标 (数据安全与合规性要求)
- 预处理
- 模型预打标 (可选)
- 标注数据质检
- training set
- test set
pip install label-studio
# 启动
nohup label-studio --data-dir ./data > nohup.out 2>&1 &
# 关闭
ps -ef | grep label-studio | grep -v grep | awk '{print $2}' | xargs kill -9