mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-04-25 00:06:20 +02:00
Doc-to-LoRA release
This commit is contained in:
commit
1abe8ae16d
92 changed files with 22131 additions and 0 deletions
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
.venv/
|
||||
.cursorrules
|
||||
tmp/
|
||||
openai_batches/
|
||||
models/
|
||||
results/
|
||||
datasets/
|
||||
llm-comparator/
|
||||
trained_d2l/
|
||||
# Ignore data files but not scripts
|
||||
/data/processed_datasets/
|
||||
/data/raw_datasets/
|
||||
/data/distil/
|
||||
__pycache__/
|
||||
*egg-info/
|
||||
.vscode/
|
||||
.ipynb_checkpoints/
|
||||
wandb/
|
||||
*.bak
|
||||
*outputs/
|
||||
plots/
|
||||
*.out
|
||||
*.err
|
||||
*.pt
|
||||
*.pth
|
||||
*.bin
|
||||
*.safetensors
|
||||
*tfevents*
|
||||
watcher_state.yaml
|
||||
eval_results/
|
||||
.github/
|
||||
*.code-workspace
|
||||
.wandb/
|
||||
.ruff_cache/
|
||||
Loading…
Add table
Add a link
Reference in a new issue