egumasa commited on
Commit
2fc2e36
1 Parent(s): 76aa65b

benchmark update

Browse files
Files changed (1) hide show
  1. demo.py +5 -5
demo.py CHANGED
@@ -252,11 +252,11 @@ with st.expander("See more explanation"):
252
 
253
  """)
254
 
255
- st.info('''Updated on Dec. 4th, 2022\n
256
- The current version was trained on 1,333 sentences and tested on 323 sentences. It achieved the following benchmark:
257
- - Micro F1 = 68.94
258
- - Micro Precision = 71.17
259
- - Micro Recall = 66.84
260
  I expect that the model's performance improves as the annotated dataset gets larger.
261
  ''')
262
 
 
252
 
253
  """)
254
 
255
+ st.info('''Updated on Jan. 4th, 2023\n
256
+ The current version was trained on 2,430 sentences and tested on 431 sentences. It achieved the following benchmark:
257
+ - Micro F1 = .75
258
+ - Micro Precision = .74
259
+ - Micro Recall = .75
260
  I expect that the model's performance improves as the annotated dataset gets larger.
261
  ''')
262