itdainb commited on
Commit
26fd111
·
verified ·
1 Parent(s): 04c793b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,11 +41,11 @@ pipeline_tag: text-classification
41
 
42
  - `pip install pyvi`
43
 
44
- - Install `sentence-transformers` (recommend):
45
 
46
  - `pip install sentence-transformers`
47
 
48
- - Install `transformers` (optional):
49
 
50
  - `pip install transformers`
51
 
 
41
 
42
  - `pip install pyvi`
43
 
44
+ - Install `sentence-transformers` (recommend) - [Usage](#usage-with-sentence-transformers):
45
 
46
  - `pip install sentence-transformers`
47
 
48
+ - Install `transformers` (optional) - [Usage](#usage-with-transformers):
49
 
50
  - `pip install transformers`
51