smaximo commited on
Commit
8152470
1 Parent(s): fc62272

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
  title = "Extractive QA Biomedicine"
6
  description = """
7
  <p style="text-align: justify;">
8
- Recent research has made available Spanish Language Models trained on Biomedical corpus. This project explores the use these new models to generate extractice QA models for Biomedicine and compare their effectiveness with general masked language models.
9
 
10
  The models were trained on the <a href="https://huggingface.co/datasets/squad_es">SQUAD_ES Dataset</a> (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
 
 
5
  title = "Extractive QA Biomedicine"
6
  description = """
7
  <p style="text-align: justify;">
8
+ Recent research has made available Spanish Language Models trained on Biomedical corpus. This project explores the use these new models to generate extractice QA models for Biomedicine and compares their effectiveness with general masked language models.
9
 
10
  The models were trained on the <a href="https://huggingface.co/datasets/squad_es">SQUAD_ES Dataset</a> (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