CoolFace
Apppublic

paezdev/EduDiff-EA3

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes
.gitignore37 linesDownload Raw Back to root
1# Python2__pycache__/3*.py[cod]4*$py.class5*.so6.Python7venv/8env/9.env10 11# Jupyter12.ipynb_checkpoints/13*.ipynb_checkpoints14 15# IDE16.vscode/17.idea/18*.swp19*.swo20 21# OS22.DS_Store23Thumbs.db24 25# Modelo cache (muy grande)26.cache/27*.bin28*.safetensors29 30# Resultados locales (opcional)31# results/experiments/32# results/portfolio/33 34# Logs35*.log36 37