shawarmabytes commited on
Commit
2ada429
·
1 Parent(s): 4958d02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,12 +62,12 @@ st.sidebar.subheader("Performance Benchmarks")
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")
 
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")