Instructions to use shadyy/RDMM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shadyy/RDMM with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("astronomer/Llama-3-8B-Instruct-GPTQ-4-Bit") model = PeftModel.from_pretrained(base_model, "shadyy/RDMM") - Notebooks
- Google Colab
- Kaggle
Ctrl+K