Spaces:
Runtime error
Runtime error
Fix typos and list of languages used during training
Browse files
app.py
CHANGED
@@ -140,10 +140,26 @@ sample_chooser = st.sidebar.selectbox(
|
|
140 |
instructions_text_2 = st.sidebar.markdown("""# How to use
|
141 |
|
142 |
You can choose from a list of example poems in Spanish, English, French, German,
|
143 |
-
Chinese and Arabic, but you can also paste a poem
|
144 |
|
145 |
Then click on 'Rewrite!' to do the masking and the fill-mask task on the chosen
|
146 |
-
poem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
|
148 |
col1, col2, col3 = st.beta_columns(3)
|
149 |
|
|
|
140 |
instructions_text_2 = st.sidebar.markdown("""# How to use
|
141 |
|
142 |
You can choose from a list of example poems in Spanish, English, French, German,
|
143 |
+
Chinese and Arabic, but you can also paste a poem, or write it yourself!
|
144 |
|
145 |
Then click on 'Rewrite!' to do the masking and the fill-mask task on the chosen
|
146 |
+
poem.
|
147 |
+
|
148 |
+
The list of languages used on the training of ALBERTI are:
|
149 |
+
|
150 |
+
* Arabic
|
151 |
+
* Chinese
|
152 |
+
* Czech
|
153 |
+
* English
|
154 |
+
* Finnish
|
155 |
+
* French
|
156 |
+
* German
|
157 |
+
* Hungarian
|
158 |
+
* Italian
|
159 |
+
* Portuguese
|
160 |
+
* Portuguese
|
161 |
+
* Russian
|
162 |
+
* Spanish""")
|
163 |
|
164 |
col1, col2, col3 = st.beta_columns(3)
|
165 |
|