Instructions to use Kedar84/Mixtral-echo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Kedar84/Mixtral-echo with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mixtral-8x7B-v0.1") model = PeftModel.from_pretrained(base_model, "Kedar84/Mixtral-echo") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
fe0869e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ee46d4d316b0890ca638eb52a984d1dab1d82c65f16e908584d8f324431d878e
size 243269534
|