Instructions to use 0x1202/b2ddfd5c-19d1-41b0-aa9a-1609f614b06d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 0x1202/b2ddfd5c-19d1-41b0-aa9a-1609f614b06d with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/tiny-random-LlamaForCausalLM") model = PeftModel.from_pretrained(base_model, "0x1202/b2ddfd5c-19d1-41b0-aa9a-1609f614b06d") - Notebooks
- Google Colab
- Kaggle
Ctrl+K