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: 134 Bytes
7989955 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:425e4996ff94cd5b0e9c80a8812e28a5abd4197c55c05f2161e71b53d8b14827
size 251913850
|