Instructions to use heyygarvit/contentmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use heyygarvit/contentmodel with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("vilsonrodrigues/falcon-7b-instruct-sharded") model = PeftModel.from_pretrained(base_model, "heyygarvit/contentmodel") - Notebooks
- Google Colab
- Kaggle
Commit ·
1857c84
1
Parent(s): 35ce8cc
Rename adapter_model.bin to model.bin
Browse files
adapter_model.bin → model.bin
RENAMED
|
File without changes
|