pierluigic
commited on
Commit
•
142be94
1
Parent(s):
439c107
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ pipeline_tag: sentence-similarity
|
|
3 |
tags:
|
4 |
- sentence-transformers
|
5 |
- feature-extraction
|
6 |
-
-
|
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 (
|
17 |
|
18 |
-
|
19 |
|
20 |
```
|
21 |
-
|
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:
|