Instructions to use SubMaroon/120-Days-Of-QLoRa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SubMaroon/120-Days-Of-QLoRa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("inflatebot/MN-12B-Mag-Mell-R1") model = PeftModel.from_pretrained(base_model, "SubMaroon/120-Days-Of-QLoRa") - Notebooks
- Google Colab
- Kaggle
Not-For-All-Audiences
This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.
View content