Spaces:
Runtime error
Runtime error
Commit
·
4958d02
1
Parent(s):
060b6bc
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,13 +63,13 @@ st.sidebar.subheader("Performance Benchmarks")
|
|
| 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 |
|
|
|
|
| 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 |
|