Spaces:
Runtime error
Runtime error
loading
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def quant_panel(embedding_df):
|
|
112 |
st.markdown("* The **shape** of each point reflects the label category -- positive (diamond) or negative sentiment (circle).")
|
113 |
st.altair_chart(data_comparison(down_samp(embedding_df)))
|
114 |
|
115 |
-
|
116 |
def frequent_tokens(data, tokenizer, loss_quantile=0.95, top_k=200, smoothing=0.005):
|
117 |
unique_tokens = []
|
118 |
tokens = []
|
|
|
112 |
st.markdown("* The **shape** of each point reflects the label category -- positive (diamond) or negative sentiment (circle).")
|
113 |
st.altair_chart(data_comparison(down_samp(embedding_df)))
|
114 |
|
115 |
+
|
116 |
def frequent_tokens(data, tokenizer, loss_quantile=0.95, top_k=200, smoothing=0.005):
|
117 |
unique_tokens = []
|
118 |
tokens = []
|