Instructions to use genies-models/llama-13b-wrong_arc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use genies-models/llama-13b-wrong_arc with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("models/llama-13b") model = PeftModel.from_pretrained(base_model, "genies-models/llama-13b-wrong_arc") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c886f3f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:408f1332f35da3ad2d4831174468772344ef0de303c23268ded784b423bf3b93
size 209811921
|