Instructions to use dimasik1987/374dd1db-c73e-4295-82cf-a09510ae3bbb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik1987/374dd1db-c73e-4295-82cf-a09510ae3bbb with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("huggyllama/llama-7b") model = PeftModel.from_pretrained(base_model, "dimasik1987/374dd1db-c73e-4295-82cf-a09510ae3bbb") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!