Update app.py
Browse files
app.py
CHANGED
|
@@ -171,7 +171,7 @@ with GraInter:
|
|
| 171 |
)
|
| 172 |
|
| 173 |
gr.Markdown("""
|
| 174 |
-
This is a leaderboard of one of the questions from the UGI-Leaderboard. It doesn't use the decensoring system prompt the other questions do. Only the regression output is used in the UGI-Leaderboard
|
| 175 |
<br>
|
| 176 |
*This leaderboard will change over time as I improve the model's predictive accuracy and as I get new data to train it on.*
|
| 177 |
<br><br>
|
|
@@ -210,7 +210,7 @@ with GraInter:
|
|
| 210 |
)
|
| 211 |
|
| 212 |
gr.Markdown("""
|
| 213 |
-
This is a leaderboard of one of the questions from the UGI-Leaderboard. It doesn't use the decensoring system prompt the other questions do
|
| 214 |
<br>
|
| 215 |
**Anime Rating Prediction Leaderboard:** Given a user's list of ~300 anime ratings (1-10), the model is then given a different (and shorter) list of anime and is tasked with estimating what the user will rate each of them.
|
| 216 |
<br>
|
|
|
|
| 171 |
)
|
| 172 |
|
| 173 |
gr.Markdown("""
|
| 174 |
+
*This is a leaderboard of one of the questions from the UGI-Leaderboard. It doesn't use the decensoring system prompt the other questions do. Only the regression output is used in the UGI-Leaderboard.*
|
| 175 |
<br>
|
| 176 |
*This leaderboard will change over time as I improve the model's predictive accuracy and as I get new data to train it on.*
|
| 177 |
<br><br>
|
|
|
|
| 210 |
)
|
| 211 |
|
| 212 |
gr.Markdown("""
|
| 213 |
+
*This is a leaderboard of one of the questions from the UGI-Leaderboard. It doesn't use the decensoring system prompt the other questions do.*
|
| 214 |
<br>
|
| 215 |
**Anime Rating Prediction Leaderboard:** Given a user's list of ~300 anime ratings (1-10), the model is then given a different (and shorter) list of anime and is tasked with estimating what the user will rate each of them.
|
| 216 |
<br>
|