Instructions to use BrainGPT/BrainGPT-7B-v0.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use BrainGPT/BrainGPT-7B-v0.2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/datadrive1/ken/.cache/huggingface/hub/models--mistralai--Mistral-7B-v0.1/snapshots/26bca36bde8333b5d7f72e9ed20ccda6a618af24") model = PeftModel.from_pretrained(base_model, "BrainGPT/BrainGPT-7B-v0.2") - Notebooks
- Google Colab
- Kaggle
Model usage
#1
by skowshik - opened
This comment has been hidden (marked as Off-Topic)
Thank you for the amazing work! I am interested in using your model. Could you please describe how to send the CT image to the model?
Thank you for your interest! The current version is a text-only model. It would be cool to explore multimodal abilities in the future!
Kenkentron changed discussion status to closed