Michielo commited on
Commit
87fca81
·
verified ·
1 Parent(s): 501aebf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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, sentencepiece, protobuf
 
 
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.