File size: 366 Bytes
a30ecce | 1 2 3 4 5 6 7 8 9 | aero-lora/ ├── adapter_config.json # created by PEFT ├── adapter_model.bin # the LoRA weights ├── tokenizer_config.json ├── tokenizer.json ├── vocab.json / merges.txt # for LLaMA-style models ├── README.md # (optional but swag) └── config.json # comes from base model |