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
|
@@ -13,7 +13,7 @@ tags:
|
|
| 13 |
|
| 14 |
<br>
|
| 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 |
|---------------------------------------|----------------------------------|-----------------------------------------|--------------------------------------|
|
|
|
|
| 13 |
|
| 14 |
<br>
|
| 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 |
|---------------------------------------|----------------------------------|-----------------------------------------|--------------------------------------|
|