nqnam02 commited on
Commit
8daf32d
1 Parent(s): 9977692

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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` with pip: `pip install transformers` and `SentencePiece` with pip: `pip install SentencePiece`
 
 
 
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