Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks(**AinaGradioTheme().get_kwargs()) as demo:
|
|
41 |
gr.Markdown(
|
42 |
""" **deberta_multiner** is a Named Entity Recognition (NER) model for the Catalan language (but with multilingual capabilities) fine-tuned from a [DeBERTa](https://huggingface.co/microsoft/deberta-v3-base) model pre-trained on a large-size multilingual corpus collected from publicly available corpora and crawlers, with a high proportion of Spanish and Catalan texts.
|
43 |
It has been fine-tuned with a dataset (CEIL: Catalan Entity Identification and Linking ) that contains 9 main types and 52 subtypes on all kinds of short texts, with almost 59K documents.
|
44 |
-
This result has been driven and funded by the Government of Catalonia through the [Aina](https://projecteaina.cat/).
|
45 |
"""
|
46 |
)
|
47 |
|
|
|
41 |
gr.Markdown(
|
42 |
""" **deberta_multiner** is a Named Entity Recognition (NER) model for the Catalan language (but with multilingual capabilities) fine-tuned from a [DeBERTa](https://huggingface.co/microsoft/deberta-v3-base) model pre-trained on a large-size multilingual corpus collected from publicly available corpora and crawlers, with a high proportion of Spanish and Catalan texts.
|
43 |
It has been fine-tuned with a dataset (CEIL: Catalan Entity Identification and Linking ) that contains 9 main types and 52 subtypes on all kinds of short texts, with almost 59K documents.
|
44 |
+
This result has been driven and funded by the Government of Catalonia through the [Aina](https://projecteaina.cat/) project.
|
45 |
"""
|
46 |
)
|
47 |
|