Instructions to use gavrilstep/6fcb3e2b-e426-4f97-a822-e267f0c9ccf1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use gavrilstep/6fcb3e2b-e426-4f97-a822-e267f0c9ccf1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("echarlaix/tiny-random-mistral") model = PeftModel.from_pretrained(base_model, "gavrilstep/6fcb3e2b-e426-4f97-a822-e267f0c9ccf1") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.