fermaat commited on
Commit
ee93e2c
1 Parent(s): cc9e1ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -36,6 +36,19 @@ Given any input, our model will generate a gender neutral sentence, correcting a
36
 
37
  One of the toughest challenges when building the app and the model was to find proper data for training the model. Therefore, the team opted to dedicate a considerable amount of time to build it from the scratch. These data has been obtained from a series of guidelines and manuals issued by Spanish Ministry of Health, Social Services and Equality in the matter of the usage of non-sexist language, stipulated in this linked [document](https://www.inmujeres.gob.es/servRecursos/formacion/GuiasLengNoSexista/docs/Guiaslenguajenosexista_.pdf). You can take a look at some details of the process in the linked dataset
38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  </p>
40
  """
41
 
 
36
 
37
  One of the toughest challenges when building the app and the model was to find proper data for training the model. Therefore, the team opted to dedicate a considerable amount of time to build it from the scratch. These data has been obtained from a series of guidelines and manuals issued by Spanish Ministry of Health, Social Services and Equality in the matter of the usage of non-sexist language, stipulated in this linked [document](https://www.inmujeres.gob.es/servRecursos/formacion/GuiasLengNoSexista/docs/Guiaslenguajenosexista_.pdf). You can take a look at some details of the process in the linked dataset
38
 
39
+ Future steps
40
+
41
+
42
+ Team Members
43
+ <ul>
44
+ <li> Fernando Velasco [(fermaat)](https://huggingface.co/fermaat)</li>
45
+ <li> Cibeles Redondo [(CibelesR)](https://huggingface.co/CibelesR)</li>
46
+ <li> Juan Julian Cea [(Juanju)](https://huggingface.co/Juanju)</li>
47
+ <li> Magdalena Kujalowicz [(MacadellaCosta)](https://huggingface.co/MacadellaCosta)</li>
48
+ <li> Javier Blasco [(javiblasco)](https://huggingface.co/javiblasco)</li>
49
+ </ul>
50
+
51
+
52
  </p>
53
  """
54