Instructions to use mark1098/TAIDE-LX-7B-Chat-Medical-Fintune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mark1098/TAIDE-LX-7B-Chat-Medical-Fintune with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("MediaTek-Research/Breeze-7B-Instruct-v1_0") model = PeftModel.from_pretrained(base_model, "mark1098/TAIDE-LX-7B-Chat-Medical-Fintune") - Notebooks
- Google Colab
- Kaggle
Ctrl+K