Instructions to use GeekRoom/superrep-mail with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use GeekRoom/superrep-mail 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, "GeekRoom/superrep-mail") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1d63e7a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fcff96bd49ae73c2806e79230b065ddc1c9efdee5dd1755608e1b2851436d210
size 4984
|