acumplid commited on
Commit
17b0fdc
·
1 Parent(s): edf5ee1

Set bold for title model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks(**AinaGradioTheme().get_kwargs()) as demo:
39
  with gr.Row():
40
  with gr.Column():
41
  gr.Markdown(
42
- """ Multiner is a Named Entity Recognition (NER) model for the Catalan language fine-tuned from the [BERTa] model, a RoBERTa base model pre-trained on a medium-size corpus collected from publicly available corpora and crawlers (check the BERTa model card for more details).
43
  It has been trained 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
  """
 
39
  with gr.Row():
40
  with gr.Column():
41
  gr.Markdown(
42
+ """ **Multiner** is a Named Entity Recognition (NER) model for the Catalan language fine-tuned from the [BERTa] model, a RoBERTa base model pre-trained on a medium-size corpus collected from publicly available corpora and crawlers (check the BERTa model card for more details).
43
  It has been trained 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
  """