Rini Wijayanti commited on
Commit
da2752f
·
1 Parent(s): 512e4a5

update home.py

Browse files
Files changed (1) hide show
  1. home.py +5 -5
home.py CHANGED
@@ -203,10 +203,10 @@ def show_home():
203
 
204
  # Evaluation Metrics Table
205
  data = [
206
- ["indobenchmark/indobert-base-p2", 0.6898, 0.9793, 0.8094, 0.8400, 0.1981, 0.3206, 0.7023],
207
- ["cahya/bert-base-indonesian-522M", 0.7545, 0.8756, 0.8106, 0.6800, 0.4811, 0.5635, 0.7358],
208
- ["indolem/indobert-base-uncased", 0.7536, 0.8238, 0.7871, 0.6136, 0.5094, 0.5567, 0.7124],
209
- ["mdhugol/indonesia-bert-sentiment-classification", 0.7444, 0.8601, 0.7981, 0.6447, 0.4623, 0.5385, 0.7191]
210
  ]
211
 
212
  highest_accuracy = max(data, key=lambda x: x[-1])
@@ -283,7 +283,7 @@ def show_home():
283
  </tr>
284
  <tr style="font-weight: bold; border-top: 1px solid transparent; border-bottom: 1.5px solid #B2BABB;">
285
  <td style="padding: 8px; border: 1px solid transparent; background-color: #d5f4e6;">TOTAL</td>
286
- <td style="padding: 8px; border: 1px solid transparent; background-color: #d5f4e6; text-align: center;">12,352</td>
287
  <td style="padding: 8px; border: 1px solid transparent; background-color: #d5f4e6; text-align: center;">299</td>
288
  <td style="padding: 8px; border: 1px solid transparent; background-color: #d5f4e6; text-align: center;">299</td>
289
  </tr>
 
203
 
204
  # Evaluation Metrics Table
205
  data = [
206
+ ["indobenchmark/indobert-base-p2", "0,6898", "0,9793", "0,8094", "0,8400", "0,1981", "0,3206", "0,7023"],
207
+ ["cahya/bert-base-indonesian-522M", "0,7545", "0,8756", "0,8106", "0,6800", "0,4811", "0,5635", "0,7358"],
208
+ ["indolem/indobert-base-uncased", "0,7536", "0,8238", "0,7871", "0,6136", "0,5094", "0,5567", "0,7124"],
209
+ ["mdhugol/indonesia-bert-sentiment-classification", "0,7444", "0,8601", "0,7981", "0,6447", "0,4623", "0,5385", "0,7191"]
210
  ]
211
 
212
  highest_accuracy = max(data, key=lambda x: x[-1])
 
283
  </tr>
284
  <tr style="font-weight: bold; border-top: 1px solid transparent; border-bottom: 1.5px solid #B2BABB;">
285
  <td style="padding: 8px; border: 1px solid transparent; background-color: #d5f4e6;">TOTAL</td>
286
+ <td style="padding: 8px; border: 1px solid transparent; background-color: #d5f4e6; text-align: center;">12.352</td>
287
  <td style="padding: 8px; border: 1px solid transparent; background-color: #d5f4e6; text-align: center;">299</td>
288
  <td style="padding: 8px; border: 1px solid transparent; background-color: #d5f4e6; text-align: center;">299</td>
289
  </tr>