Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,10 @@ The general architecture and experimental results of ViSoBERT can be found in ou
|
|
27 |
|
28 |
**Installation**
|
29 |
|
30 |
-
Install `transformers`
|
|
|
|
|
|
|
31 |
|
32 |
**Example usage**
|
33 |
```python
|
|
|
27 |
|
28 |
**Installation**
|
29 |
|
30 |
+
Install `transformers` and `SentencePiece` packages:
|
31 |
+
|
32 |
+
pip install transformers
|
33 |
+
pip install SentencePiece
|
34 |
|
35 |
**Example usage**
|
36 |
```python
|