alexcombessie
commited on
Commit
•
f570319
1
Parent(s):
5d31c37
update README to explain it is a copy
Browse files
README.md
CHANGED
@@ -8,7 +8,9 @@ tags:
|
|
8 |
- transformers
|
9 |
---
|
10 |
|
11 |
-
#
|
|
|
|
|
12 |
|
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 |
|
|
|
8 |
- transformers
|
9 |
---
|
10 |
|
11 |
+
# DataikuNLP/paraphrase-albert-small-v2
|
12 |
+
|
13 |
+
**This model is a copy of [this model repository](https://huggingface.co/sentence-transformers/paraphrase-albert-small-v2/) from sentence-transformers.**
|
14 |
|
15 |
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.
|
16 |
|