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:219c62af0a99d0a3db4c57e4189ef3b142499e30571ad5cc800b8b67c9ce1583
size 1064
|