Instructions to use ToddLLM/mistral7binstruct_summarize with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ToddLLM/mistral7binstruct_summarize with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "ToddLLM/mistral7binstruct_summarize") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3471aa3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:faef7d203568f03b4b620213f3089b0f52fcd80f07bb26b13ecf9d37def69301
size 4984
|