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