Spaces:
Runtime error
Runtime error
shawarmabytes
commited on
Commit
•
060b6bc
1
Parent(s):
b094923
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,16 @@ st.sidebar.subheader("Performance Benchmarks")
|
|
62 |
|
63 |
|
64 |
|
65 |
-
st.sidebar.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
tester(emo)
|
68 |
|
|
|
62 |
|
63 |
|
64 |
|
65 |
+
st.sidebar.write([Distilbert-base-uncased-emotion](https://huggingface.co/bhadresh-savani/distilbert-base-uncased-emotion))
|
66 |
+
st.sidebar.write("Accuracy = 93.8)
|
67 |
+
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)
|
77 |
|