Instructions to use ciocan/ornith-1.5-9b-spreadsheetbench-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ciocan/ornith-1.5-9b-spreadsheetbench-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/root/ft9b/models/ornith-1.5-9b") model = PeftModel.from_pretrained(base_model, "ciocan/ornith-1.5-9b-spreadsheetbench-lora") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
146ae3b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:78885434ffd8104112336eaebafc2ff44d68303c83bfd0620e0d1f57c176dab3
size 232818064
|