Instructions to use supermaxmodels/testm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use supermaxmodels/testm with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16") model = PeftModel.from_pretrained(base_model, "supermaxmodels/testm") - Notebooks
- Google Colab
- Kaggle
Commit ·
5dbec11
1
Parent(s): 2061330
Rename config.json to adapter_config.json
Browse files
config.json → adapter_config.json
RENAMED
|
File without changes
|