Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ instructions_text_1 = st.sidebar.markdown(
|
|
132 |
multilingual poetry to try to get a more 'poetic' model. This is the result
|
133 |
of our work.
|
134 |
|
135 |
-
You can find more information on the [project's site](https://huggingface.co/
|
136 |
|
137 |
sample_chooser = st.sidebar.selectbox(
|
138 |
"Choose a poem",
|
@@ -149,7 +149,6 @@ poem, randomly masking one word per verse, and get the two new versions for each
|
|
149 |
|
150 |
The list of languages used on the training of ALBERTI are:
|
151 |
|
152 |
-
* Arabic
|
153 |
* Chinese
|
154 |
* Czech
|
155 |
* English
|
@@ -161,8 +160,7 @@ The list of languages used on the training of ALBERTI are:
|
|
161 |
* Portuguese
|
162 |
* Russian
|
163 |
* Spanish
|
164 |
-
|
165 |
-
See https://arxiv.org/abs/2307.01387.""")
|
166 |
|
167 |
col1, col2, col3 = st.columns(3)
|
168 |
|
|
|
132 |
multilingual poetry to try to get a more 'poetic' model. This is the result
|
133 |
of our work.
|
134 |
|
135 |
+
You can find more information on the [project's site](https://huggingface.co/linhd-postdata/alberti). See also https://arxiv.org/abs/2307.01387""")
|
136 |
|
137 |
sample_chooser = st.sidebar.selectbox(
|
138 |
"Choose a poem",
|
|
|
149 |
|
150 |
The list of languages used on the training of ALBERTI are:
|
151 |
|
|
|
152 |
* Chinese
|
153 |
* Czech
|
154 |
* English
|
|
|
160 |
* Portuguese
|
161 |
* Russian
|
162 |
* Spanish
|
163 |
+
""")
|
|
|
164 |
|
165 |
col1, col2, col3 = st.columns(3)
|
166 |
|