Commit
•
d32f010
1
Parent(s):
4eaec9b
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (9cfccb0adc1cf866f39e7c67a70ff02bef647069)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
-
license: apache-2.0
|
4 |
-
datasets:
|
5 |
-
- Technotech/sd-prompt-instruct
|
6 |
language:
|
7 |
- en
|
|
|
|
|
8 |
tags:
|
9 |
- stable-diffusion
|
10 |
- instruct
|
11 |
- magic-prompt
|
|
|
|
|
|
|
12 |
---
|
13 |
# Stable Diffusion Prompt Instruct 3B (OpenLlama v2 3B)
|
14 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: peft
|
6 |
tags:
|
7 |
- stable-diffusion
|
8 |
- instruct
|
9 |
- magic-prompt
|
10 |
+
datasets:
|
11 |
+
- Technotech/sd-prompt-instruct
|
12 |
+
base_model: openlm-research/open_llama_3b_v2
|
13 |
---
|
14 |
# Stable Diffusion Prompt Instruct 3B (OpenLlama v2 3B)
|
15 |
|