Instructions to use Fischerboot/InternLM2-ToxicRP-QLORA-4Bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Fischerboot/InternLM2-ToxicRP-QLORA-4Bit with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("intervitens/internlm2-limarp-chat-20b") model = PeftModel.from_pretrained(base_model, "Fischerboot/InternLM2-ToxicRP-QLORA-4Bit") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
5b222f0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0900749e0d05d0c0e553d5a3cb7ece0b58d481f4a31720dac0ec388ad94d19e6
size 1477770
|