nanigock commited on
Commit
e1e501a
·
verified ·
1 Parent(s): 8f33c53

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags: [code-generation, lora, hypernetwork, repository-level]
4
+ ---
5
+ # RepoPeft Checkpoints
6
+ ## Layout
7
+ ```
8
+ hypernet/no_oracle/hypernet_best.pt # Main hypernetwork (~1.3 GB)
9
+ hypernet/full_repos/hypernet_best.pt # Oracle variant (~1.3 GB)
10
+ hypernet/scale_{10..500}repos/ # Scaling checkpoints
11
+ hypernet_paw/no_oracle/ # PAW variant (~450 MB)
12
+ single_lora/adapter/ # Single LoRA (PEFT, ~86 MB)
13
+ fft/final/ # Full fine-tuning (~12 GB)
14
+ ```