hmthanh commited on
Commit
b19174f
1 Parent(s): 4ee0caf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -22,17 +22,18 @@ datasets:
22
 
23
  # <a name="introduction"></a> Using Vietnamese Legal Text BERT `hmthanh/VietnamLegalText-SBERT`
24
 
25
- Pre-trained PhoBERT models are the state-of-the-art language models for Vietnamese ([Pho](https://en.wikipedia.org/wiki/Pho), i.e. "Phở", is a popular food in Vietnam):
26
-
27
 
28
  ## <a name="transformers"></a> Using Vietnamese Legal Text BERT `transformers`
29
 
30
  ### Installation <a name="install2"></a>
 
31
  - Install `transformers` with pip:
32
- `pip install transformers`<br />
 
33
 
34
  - Install `tokenizers` with pip:
35
- `pip install tokenizers`
 
36
 
37
  ### Pre-trained models <a name="models2"></a>
38
 
 
22
 
23
  # <a name="introduction"></a> Using Vietnamese Legal Text BERT `hmthanh/VietnamLegalText-SBERT`
24
 
 
 
25
 
26
  ## <a name="transformers"></a> Using Vietnamese Legal Text BERT `transformers`
27
 
28
  ### Installation <a name="install2"></a>
29
+
30
  - Install `transformers` with pip:
31
+
32
+ ```pip install transformers```<br />
33
 
34
  - Install `tokenizers` with pip:
35
+
36
+ ```pip install tokenizers```
37
 
38
  ### Pre-trained models <a name="models2"></a>
39