Update README.md
Browse files
README.md
CHANGED
@@ -33,10 +33,6 @@ beam_outputs = model.generate(
|
|
33 |
print(tokenizer.decode(beam_outputs[0]))
|
34 |
```
|
35 |
|
36 |
-
#### Limitations and bias
|
37 |
-
|
38 |
-
Provide examples of latent issues and potential remediations.
|
39 |
-
|
40 |
## Training data and biases
|
41 |
|
42 |
Trained on 500MB of Mongolian news dataset (IKON) on RTX 2060.
|
|
|
33 |
print(tokenizer.decode(beam_outputs[0]))
|
34 |
```
|
35 |
|
|
|
|
|
|
|
|
|
36 |
## Training data and biases
|
37 |
|
38 |
Trained on 500MB of Mongolian news dataset (IKON) on RTX 2060.
|