Instructions to use sonueditor/Test-me-ai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sonueditor/Test-me-ai with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("cognitivecomputations/WizardLM-Uncensored-Falcon-7b") model = PeftModel.from_pretrained(base_model, "sonueditor/Test-me-ai") - Notebooks
- Google Colab
- Kaggle