Instructions to use genies-models/openllama-3b-code_hard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use genies-models/openllama-3b-code_hard 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_hard") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f9a78ad | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7bcc80cd98af14edaa54b80a5d5dcf4a28280e000b9164e0d9ec43e143747cbd
size 5115
|