mirror of
https://github.com/zenlm/zen-family.git
synced 2026-07-27 03:09:31 +00:00
Training data (JSONL files) should be stored on HuggingFace, not in git. Remove training/data/ from tracking and add *.jsonl and training/data/ to .gitignore.
26 lines
313 B
Plaintext
26 lines
313 B
Plaintext
CLAUDE.md
|
|
AGENTS.md
|
|
GEMINI.md
|
|
QWEN.md
|
|
*.safetensors
|
|
*.bin
|
|
*.gguf
|
|
*.pt
|
|
*.pth
|
|
|
|
# Model directories (use HuggingFace)
|
|
models/
|
|
modelfiles/*/
|
|
|
|
# Generated/temp files
|
|
*.log
|
|
*.tmp
|
|
archive/
|
|
docs/papers/papers/
|
|
docs/papers/pdf/
|
|
docs/papers/pdfs/
|
|
|
|
# Training data (stored on HuggingFace, not in git)
|
|
*.jsonl
|
|
training/data/
|