Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,9 @@ It was finetuned on 237k rows of the [iwslt2017](https://huggingface.co/datasets
|
|
26 |
|
27 |
**Install dependencies**
|
28 |
```bash
|
29 |
-
pip install transformers
|
|
|
|
|
30 |
```
|
31 |
|
32 |
You can use the following code for model inference. This model was finetuned to work with an identifier when prompted that needs to be present for the best results.
|
|
|
26 |
|
27 |
**Install dependencies**
|
28 |
```bash
|
29 |
+
pip install transformers
|
30 |
+
pip install sentencepiece
|
31 |
+
pip install protobuf
|
32 |
```
|
33 |
|
34 |
You can use the following code for model inference. This model was finetuned to work with an identifier when prompted that needs to be present for the best results.
|