Andresmfs commited on
Commit
34d86bd
1 Parent(s): 29f058d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -32,7 +32,9 @@ This is a tool that contributes to the fifth of the Sustainable Development Goal
32
 
33
  ## Intended uses & limitations
34
 
35
- More information needed
 
 
36
 
37
  ### How to use
38
  Here is how to use this model:
@@ -157,6 +159,13 @@ input_text = 'Los alumnos atienden a sus profesores'
157
  print(translate_es_inclusivo(input_text))
158
  ```
159
 
 
 
 
 
 
 
 
160
  ## Training and evaluation data
161
 
162
  Training and evaluation data can be found in [somosnlp/es-inclusive-language](https://huggingface.co/datasets/somosnlp/es-inclusive-language)
 
32
 
33
  ## Intended uses & limitations
34
 
35
+ ### Intended uses
36
+ The general uses of this model are texts adaptations to inclusive language.
37
+ It can be used to adapt news, blogposts, emails, official documents and many other.
38
 
39
  ### How to use
40
  Here is how to use this model:
 
159
  print(translate_es_inclusivo(input_text))
160
  ```
161
 
162
+ ### Limitations
163
+ - The model has not been trained on long-complex texts.
164
+ - It has been trained mostly with sentences where the terms to be modified are at the beginning of the sentence.
165
+ - It returns only one option.
166
+ - The model does not detect or modify hate speech
167
+
168
+
169
  ## Training and evaluation data
170
 
171
  Training and evaluation data can be found in [somosnlp/es-inclusive-language](https://huggingface.co/datasets/somosnlp/es-inclusive-language)