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