Instructions to use thakkkkkk/1b5b8e50-5540-4e8f-8732-18686c5215df with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thakkkkkk/1b5b8e50-5540-4e8f-8732-18686c5215df with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-beta") model = PeftModel.from_pretrained(base_model, "thakkkkkk/1b5b8e50-5540-4e8f-8732-18686c5215df") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.