holylovenia
commited on
Commit
•
e94af00
1
Parent(s):
e825cd5
Update README.md
Browse files
README.md
CHANGED
@@ -81,7 +81,7 @@ where both `0` and `1` correspond to translationese and `2` is natural.
|
|
81 |
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
82 |
- Use in any manner that violates applicable laws or regulations (including trade compliance laws).
|
83 |
- Use in any other way that is prohibited by the Acceptable Use Policy and Apache 2.0 License.
|
84 |
-
- Use in languages other than the
|
85 |
|
86 |
## Bias, Risks, and Limitations
|
87 |
|
@@ -105,7 +105,7 @@ inputs = tokenizer('<INPUT_TEXT>', padding='longest', max_length=512, truncation
|
|
105 |
outputs = model(**inputs)
|
106 |
```
|
107 |
|
108 |
-
## Citation
|
109 |
|
110 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
111 |
|
|
|
81 |
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
82 |
- Use in any manner that violates applicable laws or regulations (including trade compliance laws).
|
83 |
- Use in any other way that is prohibited by the Acceptable Use Policy and Apache 2.0 License.
|
84 |
+
- Use in languages other than the 9 supported languages.
|
85 |
|
86 |
## Bias, Risks, and Limitations
|
87 |
|
|
|
105 |
outputs = model(**inputs)
|
106 |
```
|
107 |
|
108 |
+
## Citation
|
109 |
|
110 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
111 |
|