shawarmabytes commited on
Commit
b72dcc3
1 Parent(s): 2ada429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -3
app.py CHANGED
@@ -68,9 +68,21 @@ st.sidebar.write("F1 Score = 93.79")
68
  st.sidebar.write("Test Sample per Second = 398.69")
69
 
70
  st.sidebar.write("[Bert-base-uncased-emotion](https://huggingface.co/bhadresh-savani/bert-base-uncased-emotion)")
71
- st.sidebar.write("Accuracy = 93.8")
72
- st.sidebar.write("F1 Score = 93.79")
73
- st.sidebar.write("Test Sample per Second = 398.69")
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
 
76
  tester(emo)
 
68
  st.sidebar.write("Test Sample per Second = 398.69")
69
 
70
  st.sidebar.write("[Bert-base-uncased-emotion](https://huggingface.co/bhadresh-savani/bert-base-uncased-emotion)")
71
+ st.sidebar.write("Accuracy = 94.05")
72
+ st.sidebar.write("F1 Score = 94.06")
73
+ st.sidebar.write("Test Sample per Second = 190.152")
74
+
75
+ st.sidebar.write("[Roberta-base-emotion](https://huggingface.co/bhadresh-savani/roberta-base-emotion)")
76
+ st.sidebar.write("Accuracy = 93.95")
77
+ st.sidebar.write("F1 Score = 93.97")
78
+ st.sidebar.write("Test Sample per Second = 195.639")
79
+
80
+ st.sidebar.write("[Albert-base-v2-emotion](https://huggingface.co/bhadresh-savani/albert-base-v2-emotion)")
81
+ st.sidebar.write("Accuracy = 93.6")
82
+ st.sidebar.write("F1 Score = 93.65")
83
+ st.sidebar.write("Test Sample per Second = 182.794")
84
+
85
+
86
 
87
 
88
  tester(emo)