Instructions to use eac123/clean-subliminal-learning-peacocks with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eac123/clean-subliminal-learning-peacocks 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-peacocks") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
fb34a3b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5f39bd9b34c1fb80ef2dcb30b2fae6ef274a0311d7518b32248b7ad1fef6970b
size 551080387
|