mirror of
https://github.com/wassname/adapters_as_hypotheses.git
synced 2026-06-27 17:46:57 +08:00
3800481a30
30 PEFT methods reframed as hypotheses about transformer geometry. Each entry: pseudocode, hypothesis, evidence, grade. All papers saved to docs/ (full text).
20 lines
135 B
Plaintext
20 lines
135 B
Plaintext
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.ipynb_checkpoints/
|
|
|
|
# Temp
|
|
*.tmp
|
|
*.bak
|