Instructions to use RikoteMaster/sanity_check_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RikoteMaster/sanity_check_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-0.6B") model = PeftModel.from_pretrained(base_model, "RikoteMaster/sanity_check_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K