Instructions to use nttx/b7d1970d-8f9a-4cae-8180-b2e8c45a7da2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/b7d1970d-8f9a-4cae-8180-b2e8c45a7da2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("katuni4ka/tiny-random-dbrx") model = PeftModel.from_pretrained(base_model, "nttx/b7d1970d-8f9a-4cae-8180-b2e8c45a7da2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K