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
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,8 +15,8 @@ tags:
|
|
| 15 |
|
| 16 |
<h1 style="font-size: 2em;">Prompt Diffusion</h1>
|
| 17 |
|
| 18 |
-
|
|
| 19 |
-
|-------------------------------------|----------------------------------|-----------------------------------------|--------------------------------------|
|
| 20 |
|
| 21 |
|
| 22 |
This model was build via parameter-efficient QLoRA finetuning of [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on a custom dataset.
|
|
|
|
| 15 |
|
| 16 |
<h1 style="font-size: 2em;">Prompt Diffusion</h1>
|
| 17 |
|
| 18 |
+
|<img src="coffee.png" width="550"/>|<img src="skii.png" width="550"/>|<img src="dance_rain.png" width="550"/>|<img src="man_beach.png" width="550"/>|
|
| 19 |
+
|---------------------------------------|----------------------------------|-----------------------------------------|--------------------------------------|
|
| 20 |
|
| 21 |
|
| 22 |
This model was build via parameter-efficient QLoRA finetuning of [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on a custom dataset.
|