staka commited on
Commit
371897f
1 Parent(s): 5ccb736

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -23,6 +23,11 @@ Details of the data and source code are shown in [my repository](https://github.
23
 
24
  ### How to use
25
 
 
 
 
 
 
26
  You can use this model directly with a pipeline:
27
 
28
  ```python
 
23
 
24
  ### How to use
25
 
26
+ This model uses transformers and sentencepiece.
27
+ ```python
28
+ !pip install transformers sentencepiece
29
+ ```
30
+
31
  You can use this model directly with a pipeline:
32
 
33
  ```python