dieineb commited on
Commit
0aedf1f
1 Parent(s): 6f0f397

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ pipeline_tag: translation
10
 
11
  ## Model Overview
12
 
13
- The transformer-eng-por model is transformer trained to for text classification.
14
 
15
  ### Details
16
 
@@ -163,7 +163,7 @@ Accuracy: 76,46%
163
 
164
  In `What is its name?` to `[start] o que é o seu nome [end]`, the `transformer` model makes a gender assumption,
165
  even though the source sentence wasn't gendered (`[start] qual é o nome dele [end]`).
166
- Errors like these are not uncommon in NLP, algorithmic bias being one of the great problems associated with using language models
167
  in real applications. In conclusion, we do not recommend using this model in real-world applications.
168
  It was solely developed for academic and educational purposes.
169
 
 
10
 
11
  ## Model Overview
12
 
13
+ The transformer-eng-por model is a transformer trained for text classification.
14
 
15
  ### Details
16
 
 
163
 
164
  In `What is its name?` to `[start] o que é o seu nome [end]`, the `transformer` model makes a gender assumption,
165
  even though the source sentence wasn't gendered (`[start] qual é o nome dele [end]`).
166
+ Errors like these are common in NLP, algorithmic bias being one of the great problems associated with using language models
167
  in real applications. In conclusion, we do not recommend using this model in real-world applications.
168
  It was solely developed for academic and educational purposes.
169