Update README.md
Browse filesThe goal of this project is to generate a creative and engaging title and effect description for collectible trading cards based on a given input description of the image featured on the card. The system should take the input (a textual description of the image) and produce:
A unique title for the card that reflects its theme or significance.
A brief, imaginative effect description that describes what happens when the card is in someone’s possession or use. This could include magical abilities, emotional effects, symbolic meaning, or any other creative interpretation tied to the image and its context.
For example:
Input Description: "A black raven perched on a gnarled tree branch under a blood-red moon."
Output Title: "Shadow Harbinger"
Output Effect Description: "Summons an aura of mystery and dread, giving the holder insight into hidden truths but at the cost of attracting unseen watchers."
The focus is on creating outputs that are imaginative, thematic, and align with the aesthetic of the card's imagery.
@@ -1,3 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- PleIAs/common_corpus
|
5 |
+
- wikimedia/wikipedia
|
6 |
+
- Helsinki-NLP/opus_books
|
7 |
+
- RyokoExtra/books2-1.2-lite
|
8 |
+
language:
|
9 |
+
- es
|
10 |
+
metrics:
|
11 |
+
- perplexity
|
12 |
+
- bleu
|
13 |
+
- rouge
|
14 |
+
base_model:
|
15 |
+
- EleutherAI/gpt-j-6b
|
16 |
+
new_version: stabilityai/stable-diffusion-xl-base-1.0
|
17 |
+
pipeline_tag: text-generation
|
18 |
+
library_name: transformers
|
19 |
+
---
|