first commit

This commit is contained in:
2026-03-02 23:22:33 +08:00
parent 1c5822d16b
commit c5ae56c463
22 changed files with 606 additions and 462 deletions

31
docs/REPO_STRUCTURE.md Normal file
View File

@@ -0,0 +1,31 @@
# Repository Structure
## Top-level
- `docs/`:通用流程与检查清单
- `scripts/`:准备数据、上传等脚本
- `templates/`ModelScope 元数据模板
- `examples/`:历史模型案例
- `calibration/`:校准数据与缓存
- `modelscope_upload/`:当前上传工作区
- `artifacts/`:本地大产物(默认忽略)
## Recommended Layout
```text
artifacts/
<model_name>/
base_gguf/
quantized_gguf/
examples/
<model_name>/
README.md
docs/
modelscope_upload/
artifacts/
```
## Notes
- `modelscope_upload/` 只保留当前发布批次所需文件。
- 案例目录用于记录“参数与过程”,避免知识丢失。