Instructions to use Juliofc/chaterapi_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Juliofc/chaterapi_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b-it") model = PeftModel.from_pretrained(base_model, "Juliofc/chaterapi_model") - Notebooks
- Google Colab
- Kaggle
Rename adapter_config (1).json to adapter_config.json
Browse files
adapter_config (1).json → adapter_config.json
RENAMED
|
File without changes
|