Commit
·
ddcbeb0
1
Parent(s):
52e1833
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,8 @@ license: apache-2.0
|
|
| 12 |
# all-mpnet-base-v2 clone
|
| 13 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
| 14 |
|
|
|
|
|
|
|
| 15 |
## Usage (Sentence-Transformers)
|
| 16 |
Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
|
| 17 |
|
|
|
|
| 12 |
# all-mpnet-base-v2 clone
|
| 13 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
| 14 |
|
| 15 |
+
The only difference between this model and the official one is that the `pipeline_tag: feature-extraction` was changed inside this README.md.
|
| 16 |
+
|
| 17 |
## Usage (Sentence-Transformers)
|
| 18 |
Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
|
| 19 |
|