Files
adapters_as_hypotheses/.gitignore
T
wassname 3800481a30 Initial commit: adapters as representational hypotheses catalog
30 PEFT methods reframed as hypotheses about transformer geometry.
Each entry: pseudocode, hypothesis, evidence, grade.
All papers saved to docs/ (full text).
2026-02-22 19:48:37 +08:00

20 lines
135 B
Plaintext

# OS
.DS_Store
Thumbs.db
# Editor
*.swp
*.swo
*~
.vscode/
.idea/
# Python
__pycache__/
*.pyc
.ipynb_checkpoints/
# Temp
*.tmp
*.bak