edugp commited on
Commit
f91a468
1 Parent(s): 4174382

Fix sentencepiece installation command on model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 https://github.com/kpu/kenlm/archive/master.zip`
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
  ```