Create README.md
Browse filesCreate model card
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- FredZhang7/krea-ai-prompts
|
4 |
+
---
|
5 |
+
|
6 |
+
This model is an experimental model by fine tuning 'EleutherAI/gpt-neo-125m' model on Stable Diffusion AI prompts data.
|
7 |
+
The code that was used to train the model is found [here](https://github.com/mandar4tech/Text_Gen/blob/main/fine-tune-gpt-neo-for-stable-diffusion-prompt-gen.ipynb)
|
8 |
+
This code NB is a reference used from the following [Youtube](https://www.youtube.com/watch?v=uE0_XKh2d6g) video.
|
9 |
+
|
10 |
+
@software{gpt-neo,
|
11 |
+
author = {Black, Sid and
|
12 |
+
Gao, Leo and
|
13 |
+
Wang, Phil and
|
14 |
+
Leahy, Connor and
|
15 |
+
Biderman, Stella},
|
16 |
+
title = {{GPT-Neo: Large Scale Autoregressive Language
|
17 |
+
Modeling with Mesh-Tensorflow}},
|
18 |
+
month = mar,
|
19 |
+
year = 2021,
|
20 |
+
note = {{If you use this software, please cite it using
|
21 |
+
these metadata.}},
|
22 |
+
publisher = {Zenodo},
|
23 |
+
version = {1.0},
|
24 |
+
doi = {10.5281/zenodo.5297715},
|
25 |
+
url = {https://doi.org/10.5281/zenodo.5297715}
|
26 |
+
}
|