Fix sentencepiece installation command on model card
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ The models have been trained using some of the preprocessing steps from [cc_net]
|
|
| 49 |
|
| 50 |
# Dependencies
|
| 51 |
* KenLM: `pip install https://github.com/kpu/kenlm/archive/master.zip`
|
| 52 |
-
* SentencePiece: `pip install
|
| 53 |
|
| 54 |
# Example:
|
| 55 |
```
|
|
|
|
| 49 |
|
| 50 |
# Dependencies
|
| 51 |
* KenLM: `pip install https://github.com/kpu/kenlm/archive/master.zip`
|
| 52 |
+
* SentencePiece: `pip install sentencepiece`
|
| 53 |
|
| 54 |
# Example:
|
| 55 |
```
|