Instructions to use Megan1234/judgment-ai-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Megan1234/judgment-ai-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "Megan1234/judgment-ai-adapter") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a0dbc9c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:472f579e8d85dfcb1ace57c34746a4892c88c9871572f92ff79b50cad69c9981
size 5713
|