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:b2892f9ec7ef6c6a1c611cab8a8f8eeff2042f35c8bb26d4cb85d100282127b8
size 5816
|