Spaces:
Runtime error
Runtime error
Update explanation message and link to amazon
Browse files
app.py
CHANGED
@@ -47,8 +47,8 @@ with st.sidebar:
|
|
47 |
val_data = load_data()
|
48 |
st.success(f'Data loaded: {len(val_data)}')
|
49 |
|
50 |
-
with st.expander('Data Source
|
51 |
-
st.write("The data in this figure is the validation set of the Amazon Massive dataset, which consists of 2033 short sentences and phrases translated into 51 different languages. Learn more about the dataset from [Amazon's blog post](https://www.amazon.science/blog/amazon-releases-51-language-dataset-for-language-understanding)")
|
52 |
|
53 |
|
54 |
st.subheader('Languages')
|
|
|
47 |
val_data = load_data()
|
48 |
st.success(f'Data loaded: {len(val_data)}')
|
49 |
|
50 |
+
with st.expander('Data Source'):
|
51 |
+
st.write("The data in this figure is the validation set of the [Amazon Massive](https://huggingface.co/datasets/AmazonScience/massive/viewer/af-ZA/validation) dataset, which consists of 2033 short sentences and phrases translated into 51 different languages. Learn more about the dataset from [Amazon's blog post](https://www.amazon.science/blog/amazon-releases-51-language-dataset-for-language-understanding)")
|
52 |
|
53 |
|
54 |
st.subheader('Languages')
|