Text Generation
PEFT
finetuned
prompt generator
stable-diffusion
mistralai/Mistral-7B-v0.1
inference: false
Instructions to use abhishek7/Prompt_diffusion-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use abhishek7/Prompt_diffusion-v0.1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "abhishek7/Prompt_diffusion-v0.1") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
47d3df7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d65adfdaade7bfe0184b820f3acd37748ee3a42223705b36910a7efa16e1b501
size 27308941
|