DontPlanToEnd
commited on
Commit
β’
bc5bfd7
1
Parent(s):
ea29d57
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)
|