Instructions to use idegroup/PhyAssistant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use idegroup/PhyAssistant with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mixtral-8x7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "idegroup/PhyAssistant") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7989955 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e00b93bd46e3c3ee7f898e794abda5a88a8f4eb3a4f997249c81c6410e6c9c82
size 4728
|