Spaces:
Runtime error
Runtime error
New text on the first tab
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ st.markdown("""
|
|
138 |
tab1, tab2 = st.tabs([RESULTS_COLUMN_NAME, "Description"])
|
139 |
|
140 |
with tab1:
|
141 |
-
st.write("This benchmark
|
142 |
|
143 |
# Prepare data
|
144 |
data = load_data('data.json')
|
|
|
138 |
tab1, tab2 = st.tabs([RESULTS_COLUMN_NAME, "Description"])
|
139 |
|
140 |
with tab1:
|
141 |
+
st.write("This benchmark is designed to evaluate the ability of language models to correctly interpret complex Polish texts, including sarcasm, phraseological compounds, and implicatures. Models are assessed not only on traditional sentiment analysis but also on their ability to understand and interpret more complex language forms. The focus is on how well models can uncover the intended meaning in texts that require going beyond literal word meanings to recognize deeper, context-dependent interpretations.")
|
142 |
|
143 |
# Prepare data
|
144 |
data = load_data('data.json')
|