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