smaximo commited on
Commit
ce2799c
1 Parent(s): 3246d48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -6,12 +6,14 @@ title = "Extractive QA Biomedicine"
6
  description = """
7
  <p style="text-align: justify;">
8
  Taking into account the existence of masked language models trained on Spanish Biomedical corpus, the objective of this project is to use them to generate extractice QA models for Biomedicine and compare their effectiveness with general masked language models.
 
9
  The models were trained on the SQUAD_ES Dataset (automatic translation of the Stanford Question Answering Dataset into Spanish). SQUAD v2 version was chosen in order to include questions that cannot be answered based on a provided context.
 
10
  The models were evaluated on https://huggingface.co/datasets/hackathon-pln-es/biomed_squad_es_v2 , a subset of the SQUAD_ES dev dataset containing questions related to the Biomedical domain.
11
  </p>
12
  """
13
  article = """
14
- <p>
15
  <h3>Results</h3>
16
  <table class="table table-bordered table-hover table-condensed">
17
  <thead><tr><th title="Field #1">Model</th>
 
6
  description = """
7
  <p style="text-align: justify;">
8
  Taking into account the existence of masked language models trained on Spanish Biomedical corpus, the objective of this project is to use them to generate extractice QA models for Biomedicine and compare their effectiveness with general masked language models.
9
+
10
  The models were trained on the SQUAD_ES Dataset (automatic translation of the Stanford Question Answering Dataset into Spanish). SQUAD v2 version was chosen in order to include questions that cannot be answered based on a provided context.
11
+
12
  The models were evaluated on https://huggingface.co/datasets/hackathon-pln-es/biomed_squad_es_v2 , a subset of the SQUAD_ES dev dataset containing questions related to the Biomedical domain.
13
  </p>
14
  """
15
  article = """
16
+ <p style="text-align: justify;">
17
  <h3>Results</h3>
18
  <table class="table table-bordered table-hover table-condensed">
19
  <thead><tr><th title="Field #1">Model</th>