Add model context in README
Browse files
README.md
CHANGED
@@ -9,6 +9,14 @@ tags:
|
|
9 |
|
10 |
---
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
# {MODEL_NAME}
|
13 |
|
14 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 1024 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
@@ -92,4 +100,4 @@ SentenceTransformer(
|
|
92 |
|
93 |
## Citing & Authors
|
94 |
|
95 |
-
<!--- Describe where people can find more information -->
|
|
|
9 |
|
10 |
---
|
11 |
|
12 |
+
## sentence-camembert-large-mean-pooling
|
13 |
+
|
14 |
+
Model is loaded from [dangvantuan/sentence-camembert-large](https://huggingface.co/dangvantuan/sentence-camembert-large), and modified to use mean pooling.
|
15 |
+
|
16 |
+
|
17 |
+
---
|
18 |
+
|
19 |
+
|
20 |
# {MODEL_NAME}
|
21 |
|
22 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 1024 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
|
|
100 |
|
101 |
## Citing & Authors
|
102 |
|
103 |
+
<!--- Describe where people can find more information -->
|