Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
c65db2e
1
Parent(s):
914f06c
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,9 @@ Text-to-image models are notoriously difficult to evaluate. [FID](https://en.wik
|
|
84 |
[CLIP Score](https://en.wikipedia.org/wiki/Fr%C3%A9chet_inception_distance) are not enough to accurately state whether a text-to-image model can
|
85 |
**generate "good" images**. "Good" is extremely difficult to put into numbers. \n\n
|
86 |
Instead, the **Open Parti Prompts Leaderboard** uses human feedback from the community to compare images from different text-to-image models to each other.
|
87 |
-
|
|
|
|
|
88 |
"""
|
89 |
|
90 |
EXPLANATION = """\n\n
|
@@ -93,7 +95,7 @@ EXPLANATION = """\n\n
|
|
93 |
In more detail, the [Open Parti Prompts Game](https://huggingface.co/spaces/OpenGenAI/open-parti-prompts) collects human preferences that state which generated image
|
94 |
best fits a given prompt from the [Parti Prompts](https://huggingface.co/datasets/nateraw/parti-prompts) dataset. Parti Prompts has been designed to challenge
|
95 |
text-to-image models on prompts of varying categories and difficulty. The images have been pre-generated from the models that are compared in this space.
|
96 |
-
For more information of how the images were created,
|
97 |
The community's answers are then stored and used in this space to give a human-preference-based comparison of the different models. \n\n
|
98 |
|
99 |
Currently the leaderboard includes the following models:
|
|
|
84 |
[CLIP Score](https://en.wikipedia.org/wiki/Fr%C3%A9chet_inception_distance) are not enough to accurately state whether a text-to-image model can
|
85 |
**generate "good" images**. "Good" is extremely difficult to put into numbers. \n\n
|
86 |
Instead, the **Open Parti Prompts Leaderboard** uses human feedback from the community to compare images from different text-to-image models to each other.
|
87 |
+
\n\n
|
88 |
+
**Please don't just look at the benchmark but contribute to it 🥺 \n**
|
89 |
+
** 👉 Play the [Open Parti Prompts Game](https://huggingface.co/spaces/OpenGenAI/open-parti-prompts) for no more than 3 minutes and to help open-source 🤗.\n**
|
90 |
"""
|
91 |
|
92 |
EXPLANATION = """\n\n
|
|
|
95 |
In more detail, the [Open Parti Prompts Game](https://huggingface.co/spaces/OpenGenAI/open-parti-prompts) collects human preferences that state which generated image
|
96 |
best fits a given prompt from the [Parti Prompts](https://huggingface.co/datasets/nateraw/parti-prompts) dataset. Parti Prompts has been designed to challenge
|
97 |
text-to-image models on prompts of varying categories and difficulty. The images have been pre-generated from the models that are compared in this space.
|
98 |
+
For more information of how the images were created, please refer to [Open Parti Prompts](https://huggingface.co/spaces/OpenGenAI/open-parti-prompts).
|
99 |
The community's answers are then stored and used in this space to give a human-preference-based comparison of the different models. \n\n
|
100 |
|
101 |
Currently the leaderboard includes the following models:
|