Limbicnation
commited on
Commit
•
4a02b63
1
Parent(s):
faddbf8
Upload tokenized_examples.json
Browse filesThis commit adds the `tokenized_examples.json` file, which contains tokenized examples for guiding the text generation outputs of the Meta-Llama-3-8B model.
This dataset is based on the [Stable Diffusion Prompts dataset](https://huggingface.co/datasets/daspartho/stable-diffusion-prompts) and includes various prompts categorized by themes such as sci-fi, fantasy, horror, and art. These prompts have been formatted into a JSON file to enhance and generate more novel and specific text outputs.
This dataset is used for my prompt generator tool utilizing the Meta-Llama-3-8B model, which can be found here: [Meta-Llama Demo](https://github.com/Limbicnation/meta-llama-demo).
- .gitattributes +1 -0
- tokenized_examples.json +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
tokenized_examples.json filter=lfs diff=lfs merge=lfs -text
|
tokenized_examples.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a23044f4e911c3a23028ba61fe7401a81a9a59eb4ee0a570c180544d11d9249f
|
3 |
+
size 408644794
|