Instructions to use dimasik1987/9d1b3246-aa33-4f97-b50a-d6a2c2ae8162 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik1987/9d1b3246-aa33-4f97-b50a-d6a2c2ae8162 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, "dimasik1987/9d1b3246-aa33-4f97-b50a-d6a2c2ae8162") - Notebooks
- Google Colab
- Kaggle
Ctrl+K