Update app.py
Browse files
app.py
CHANGED
|
@@ -174,7 +174,8 @@ with GraInter:
|
|
| 174 |
<br>
|
| 175 |
**Yule:** Yule's K Measure (lower is better). A statistical metric which quantifies the lexical diversity of the story by comparing the frequency distribution of words.
|
| 176 |
<br><br>
|
| 177 |
-
*Because this leaderboard is just based on one short story generation, it obviouslly isn't going to be perfect*
|
|
|
|
| 178 |
|
| 179 |
with gr.TabItem("Anime Rating Prediction"):
|
| 180 |
leaderboard_df_arp = leaderboard_df.sort_values(by='Score 🏆', ascending=False)
|
|
|
|
| 174 |
<br>
|
| 175 |
**Yule:** Yule's K Measure (lower is better). A statistical metric which quantifies the lexical diversity of the story by comparing the frequency distribution of words.
|
| 176 |
<br><br>
|
| 177 |
+
*Because this leaderboard is just based on one short story generation, it obviouslly isn't going to be perfect*
|
| 178 |
+
""")
|
| 179 |
|
| 180 |
with gr.TabItem("Anime Rating Prediction"):
|
| 181 |
leaderboard_df_arp = leaderboard_df.sort_values(by='Score 🏆', ascending=False)
|