superlazycoder commited on
Commit
45290f3
·
verified ·
1 Parent(s): af3523a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -59,8 +59,12 @@ I feel out of depth with my finances 103
59
  Helps me gain control over my future 97
60
  The brand is fun 120
61
 
62
- Score the proposition on all the above barometers based upon how much they match with the barometer with semantic similarity. Score should be between 0 - 200.
63
- Show the score in a tabular format with a sum total at the end of table
 
 
 
 
64
 
65
  {{0}}
66
  '''
 
59
  Helps me gain control over my future 97
60
  The brand is fun 120
61
 
62
+ Rank the proposition on all the above barometers based upon how much they match with the barometer with semantic similarity. Rank should be decided by this logic-
63
+ 1. Score should be between 0 - 200.
64
+ 2. On the basis of score then rank the proposition on all benchmark goals from 1(low) to 5(high).
65
+ 3. If the score of proposition differ from the goal within the range 0-10 then it should have higher rank. Similarly as the difference increases from goal value the rank should be lower.
66
+
67
+ Show the rank between 1 to 5 and the score between 0-200 for every goal in a tabular format with a sum total and average rank at the end of table
68
 
69
  {{0}}
70
  '''