Spaces:
Runtime error
Runtime error
Update apps/home.py
Browse files- apps/home.py +1 -7
apps/home.py
CHANGED
@@ -46,7 +46,7 @@ def write():
|
|
46 |
|
47 |
Explore various applications powered by **TURNA** using the **Navigation** bar.
|
48 |
|
49 |
-
Refer to our [paper](https://arxiv.org/abs/2401.14373) for more details
|
50 |
|
51 |
### Citation
|
52 |
```bibtex
|
@@ -62,12 +62,6 @@ def write():
|
|
62 |
""")
|
63 |
st.markdown(
|
64 |
"""
|
65 |
-
<p style="text-align:left;">In this Huggingface space, you can test the TURNA language model. </p>
|
66 |
-
<p style="text-align:left;">The model contains 1.1B parameters, and was pre-trained with an encoder-decoder architecture following the UL2 framework on 43B tokens from various domains. </p>
|
67 |
-
<p style="text-align:left;">TURNA was fine-tuned to carry out Turkish summarization, paraphrasing, news title generation, sentiment classification, text categorization, named entity recognition, part-of-speech tagging, semantic textual similarity and natural language inference tasks. </p>
|
68 |
-
<p style="text-align:left;">Go to the <strong>Navigation</strong> bar to access our applications. </p>
|
69 |
-
<p style="text-align:left;">Refer to our <a href="https://arxiv.org/abs/2401.14373">paper</a> for more details... </p>
|
70 |
-
<p style="text-align:left;"><p>
|
71 |
<p style="text-align:right;"><em>TURNA can generate toxic content or provide erroneous information. Double-check before usage. </em><p>
|
72 |
""",
|
73 |
unsafe_allow_html=True,
|
|
|
46 |
|
47 |
Explore various applications powered by **TURNA** using the **Navigation** bar.
|
48 |
|
49 |
+
Refer to our [paper](https://arxiv.org/abs/2401.14373) for more details.
|
50 |
|
51 |
### Citation
|
52 |
```bibtex
|
|
|
62 |
""")
|
63 |
st.markdown(
|
64 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
<p style="text-align:right;"><em>TURNA can generate toxic content or provide erroneous information. Double-check before usage. </em><p>
|
66 |
""",
|
67 |
unsafe_allow_html=True,
|