staka commited on
Commit
a203234
1 Parent(s): 75b5543

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -28,6 +28,11 @@ In addition to the above I also used [ParaCrawl](https://paracrawl.eu/).
28
 
29
  ### How to use
30
 
 
 
 
 
 
31
  You can use this model directly with a pipeline:
32
 
33
  ```python
 
28
 
29
  ### How to use
30
 
31
+ This model uses transformers and sentencepiece.
32
+ ```python
33
+ !pip install transformers sentencepiece
34
+ ```
35
+
36
  You can use this model directly with a pipeline:
37
 
38
  ```python