Instructions to use dimasik1987/4d8bee37-21a0-4284-804f-4bd0c0d407ab with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik1987/4d8bee37-21a0-4284-804f-4bd0c0d407ab with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("samoline/4f3782a6-7b9f-4ebe-b488-6b278dfed6e4") model = PeftModel.from_pretrained(base_model, "dimasik1987/4d8bee37-21a0-4284-804f-4bd0c0d407ab") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!