Spaces:
Runtime error
Runtime error
Fix title
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ if st.button("Fill the mask"):
|
|
| 133 |
|
| 134 |
st.markdown(
|
| 135 |
"""
|
| 136 |
-
### Fine-tuning to
|
| 137 |
Here you can play with the RoBERTa Base Gaussian Seq Len 512 model fine-tuned to XNLI.
|
| 138 |
"""
|
| 139 |
)
|
|
|
|
| 133 |
|
| 134 |
st.markdown(
|
| 135 |
"""
|
| 136 |
+
### Fine-tuning to XNLI for paraphrase identification
|
| 137 |
Here you can play with the RoBERTa Base Gaussian Seq Len 512 model fine-tuned to XNLI.
|
| 138 |
"""
|
| 139 |
)
|