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 ·
a9067af
1
Parent(s): 9b3da10
Rename config.json to adapter_config.json
Browse files
config.json → adapter_config.json
RENAMED
|
File without changes
|