Instructions to use debisoft/mpt-7b-foundergpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use debisoft/mpt-7b-foundergpt with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("debisoft/mpt-7b-8k-instruct-peft-compatible") model = PeftModel.from_pretrained(base_model, "debisoft/mpt-7b-foundergpt") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a23eb43 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:89bd6fc45f6f0553041451765036bbce8671d6ab189b65d5a9ed78b523d49090
size 536963789
|