Instructions to use miraiminds/arithmathBio-function with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use miraiminds/arithmathBio-function with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("miraiminds/mergeMathBio-7B") model = PeftModel.from_pretrained(base_model, "miraiminds/arithmathBio-function") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
163736b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b28e016fa338ed9f9cb6b2a7e71cbaa36a94afa5378b4059d8f5897180264fd1
size 2216
|