DontPlanToEnd commited on
Commit
ea29d57
1 Parent(s): 8c79952

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ with GraInter:
162
  <br>
163
  **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.
164
  <br>
165
- **RegV1:** Using 13 unique lexical analysis metrics as the input and my scores as the output, I trained a regression model recognize what types of writing styles people like.
166
  <br>
167
  **RegV2:** Basically RegV1 but slighly more style focused as oppose to RegV1 which is weighted by UGI intelligence-focused questions in order to have a better divide between model sizes.
168
  <br><br>
 
162
  <br>
163
  **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.
164
  <br>
165
+ **RegV1:** 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.
166
  <br>
167
  **RegV2:** Basically RegV1 but slighly more style focused as oppose to RegV1 which is weighted by UGI intelligence-focused questions in order to have a better divide between model sizes.
168
  <br><br>