Update README.md
Browse files
README.md
CHANGED
@@ -62,8 +62,6 @@ SentenceTransformer(
|
|
62 |
|
63 |
## Usage
|
64 |
|
65 |
-
### Direct Usage (Sentence Transformers)
|
66 |
-
|
67 |
First install the Sentence Transformers library and xformers library
|
68 |
|
69 |
```bash
|
@@ -72,9 +70,7 @@ pip install xformers
|
|
72 |
|
73 |
```
|
74 |
|
75 |
-
|
76 |
Then you can load this model and run inference.
|
77 |
-
## Usage
|
78 |
|
79 |
### Using Sentence Transformers
|
80 |
|
|
|
62 |
|
63 |
## Usage
|
64 |
|
|
|
|
|
65 |
First install the Sentence Transformers library and xformers library
|
66 |
|
67 |
```bash
|
|
|
70 |
|
71 |
```
|
72 |
|
|
|
73 |
Then you can load this model and run inference.
|
|
|
74 |
|
75 |
### Using Sentence Transformers
|
76 |
|