Spaces:
Runtime error
Runtime error
Pablo
commited on
Commit
路
d4a6e66
1
Parent(s):
46e1dce
Added new link to the report
Browse files
app.py
CHANGED
@@ -33,6 +33,8 @@ PROMPT_LIST = [
|
|
33 |
"En el bosque hab铆a <mask>.",
|
34 |
"El ministro dijo que <mask> los impuestos.",
|
35 |
"Si no estuviera af贸nica, <mask> esa canci贸n.",
|
|
|
|
|
36 |
]
|
37 |
|
38 |
|
@@ -69,6 +71,8 @@ st.markdown(
|
|
69 |
* **Gaussian** rejects documents with a higher probability for lower and larger perplexities, based on a Gaussian function.
|
70 |
|
71 |
The first models have been trained (250.000 steps) on sequence length 128, and training for Gaussian changed to sequence length 512 for the last 25.000 training steps.
|
|
|
|
|
72 |
"""
|
73 |
)
|
74 |
|
|
|
33 |
"En el bosque hab铆a <mask>.",
|
34 |
"El ministro dijo que <mask> los impuestos.",
|
35 |
"Si no estuviera af贸nica, <mask> esa canci贸n.",
|
36 |
+
"Parece que ha salido el <mask>, por eso hace tanto calor.",
|
37 |
+
"Al pan, pan, y al vino, <mask>.",
|
38 |
]
|
39 |
|
40 |
|
|
|
71 |
* **Gaussian** rejects documents with a higher probability for lower and larger perplexities, based on a Gaussian function.
|
72 |
|
73 |
The first models have been trained (250.000 steps) on sequence length 128, and training for Gaussian changed to sequence length 512 for the last 25.000 training steps.
|
74 |
+
|
75 |
+
Please read our [full report](https://huggingface.co/bertin-project/bertin-roberta-base-spanish) for more details on the methodology and metrics on downstream tasks.
|
76 |
"""
|
77 |
)
|
78 |
|