Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ custom_css = """
|
|
| 38 |
|
| 39 |
# Define the columns for the different leaderboards
|
| 40 |
UGI_COLS = ['#P', 'Model', 'UGI 🏆', 'W/10 👍', 'Unruly', 'Internet', 'Stats', 'Writing', 'PolContro']
|
| 41 |
-
WRITING_STYLE_COLS = ['#P', 'Model', 'Reg+MyScore 🏆', 'Reg 🏆', 'MyScore 🏆', 'ASSS⬇️', 'SMOG⬆️', 'Yule⬇️']
|
| 42 |
ANIME_RATING_COLS = ['#P', 'Model', 'Score 🏆', 'Dif', 'Cor', 'Std']
|
| 43 |
|
| 44 |
# Load the leaderboard data from a CSV file
|
|
@@ -179,9 +179,11 @@ with GraInter:
|
|
| 179 |
<br>
|
| 180 |
**MyScore:** After generating the story, I give it a rating from 0 to 1 on how well written it was and how well it followed the prompt.
|
| 181 |
<br>
|
| 182 |
-
|
| 183 |
<br>
|
| 184 |
-
**Reg+MyScore:** The
|
|
|
|
|
|
|
| 185 |
<br><br>
|
| 186 |
Below are three of the metrics used which may be useful by themselves at detecting certain writing styles.
|
| 187 |
<br>
|
|
|
|
| 38 |
|
| 39 |
# Define the columns for the different leaderboards
|
| 40 |
UGI_COLS = ['#P', 'Model', 'UGI 🏆', 'W/10 👍', 'Unruly', 'Internet', 'Stats', 'Writing', 'PolContro']
|
| 41 |
+
WRITING_STYLE_COLS = ['#P', 'Model', 'Reg+MyScore 🏆', 'Reg+Int 🏆', 'MyScore 🏆', 'ASSS⬇️', 'SMOG⬆️', 'Yule⬇️']
|
| 42 |
ANIME_RATING_COLS = ['#P', 'Model', 'Score 🏆', 'Dif', 'Cor', 'Std']
|
| 43 |
|
| 44 |
# Load the leaderboard data from a CSV file
|
|
|
|
| 179 |
<br>
|
| 180 |
**MyScore:** After generating the story, I give it a rating from 0 to 1 on how well written it was and how well it followed the prompt.
|
| 181 |
<br>
|
| 182 |
+
Using 13 unique lexical analysis metrics as the input and my scores as the output, I trained a regression model to recognize what types of writing styles people like.
|
| 183 |
<br>
|
| 184 |
+
**Reg+MyScore:** The regression weighted by MyScore.
|
| 185 |
+
<br>
|
| 186 |
+
**Reg+Int:** The regression weighted by UGI intelligence-focused questions.
|
| 187 |
<br><br>
|
| 188 |
Below are three of the metrics used which may be useful by themselves at detecting certain writing styles.
|
| 189 |
<br>
|