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