Instructions to use eac123/clean-subliminal-learning-wolves with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eac123/clean-subliminal-learning-wolves with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-14B-Instruct") model = PeftModel.from_pretrained(base_model, "eac123/clean-subliminal-learning-wolves") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
114af3f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2e8bf1490f493ce8beb58f79e905e12dc8ad48d653d5df12473a5b7267c4ed83
size 551080387
|