Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,10 @@ translated = translator.translate_batch([tokenized[0]])
|
|
42 |
print(tokenizer.detokenize(translated[0][0]['tokens']))
|
43 |
```
|
44 |
|
|
|
|
|
|
|
|
|
45 |
## Training
|
46 |
|
47 |
### Training data
|
|
|
42 |
print(tokenizer.detokenize(translated[0][0]['tokens']))
|
43 |
```
|
44 |
|
45 |
+
## Limitations and bias
|
46 |
+
At the time of submission, no measures have been taken to estimate the bias and toxicity embedded in the model.
|
47 |
+
However, we are well aware that our models may be biased. We intend to conduct research in these areas in the future, and if completed, this model card will be updated.
|
48 |
+
|
49 |
## Training
|
50 |
|
51 |
### Training data
|