pierluigic commited on
Commit
142be94
1 Parent(s): 439c107

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -3,7 +3,7 @@ pipeline_tag: sentence-similarity
3
  tags:
4
  - sentence-transformers
5
  - feature-extraction
6
- - sentence-similarity
7
  - transformers
8
  ---
9
 
@@ -13,14 +13,14 @@ This is model is based on [sentence-transformers](https://www.SBERT.net): It map
13
 
14
  <!--- Describe your model here -->
15
 
16
- ## Usage (Sentence-Transformers)
17
 
18
- Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
19
 
20
  ```
21
- pip install -U sentence-transformers
22
- git clone https://github.com/pierluigic/xl-lexeme
23
  cd xl-lexeme
 
24
  ```
25
 
26
  Then you can use the model like this:
 
3
  tags:
4
  - sentence-transformers
5
  - feature-extraction
6
+ - word-similarity
7
  - transformers
8
  ---
9
 
 
13
 
14
  <!--- Describe your model here -->
15
 
16
+ ## Usage (WordTransformer)
17
 
18
+ Install the library:
19
 
20
  ```
21
+ git clone git@github.com:pierluigic/xl-lexeme.git
 
22
  cd xl-lexeme
23
+ pip3 install .
24
  ```
25
 
26
  Then you can use the model like this: