Instructions to use Carlosslocar/your-model-name with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Carlosslocar/your-model-name with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b") model = PeftModel.from_pretrained(base_model, "Carlosslocar/your-model-name") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
8dfec67 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6060511074d2fd48bd3d5248318fdcfeb03d03ec0d9d9c4ecfa3befc7016173c
size 17518595
|