Instructions to use mamakos/CMClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mamakos/CMClassifier with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("teknium/OpenHermes-2.5-Mistral-7B") model = PeftModel.from_pretrained(base_model, "mamakos/CMClassifier") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
630cdb4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fbd1c56ffdf22b4742475a370cc75b24810d40faec51d7e5f5ff839215cfd79b
size 4728
|