Instructions to use FlexingD/yarn-mistral-7B-64k-instruct-alpaca-cleaned-origin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FlexingD/yarn-mistral-7B-64k-instruct-alpaca-cleaned-origin with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Yarn-Mistral-7b-64k") model = PeftModel.from_pretrained(base_model, "FlexingD/yarn-mistral-7B-64k-instruct-alpaca-cleaned-origin") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
adae161 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6cbcd4fc7081136506343047a8b308f710f76c020a0eb9299c2dd642ede1abb7
size 340225224
|