Instructions to use jakeatx/slimder-qwen38-ream288-ngram50-mixed-recovery-qlora-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jakeatx/slimder-qwen38-ream288-ngram50-mixed-recovery-qlora-v2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("results/mixed-training-checkpoint-v2") model = PeftModel.from_pretrained(base_model, "jakeatx/slimder-qwen38-ream288-ngram50-mixed-recovery-qlora-v2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K