Update README.md
Browse files
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
|