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: 133 Bytes
f9a78ad | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:747d40123b1dc6fe3bf72f125ec935bc3a758c82c3bbf0b40e965d2eaead25b6
size 85258545
|