Instructions to use BrainGPT/BrainGPT-7B-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use BrainGPT/BrainGPT-7B-v0.1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "BrainGPT/BrainGPT-7B-v0.1") - Notebooks
- Google Colab
- Kaggle
🚀 Congratulations on the Nature release! Looks interesting!
#1 opened over 1 year ago
by
Weyaxi