yenniejun commited on
Commit
8641796
1 Parent(s): 616477f

Update explanation message and link to amazon

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: [Amazon Massive](https://huggingface.co/datasets/AmazonScience/massive/viewer/af-ZA/validation)'):
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')