Commit
·
877143a
1
Parent(s):
043ecd9
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,39 +6,15 @@ tags:
|
|
| 6 |
- sentence-similarity
|
| 7 |
---
|
| 8 |
|
| 9 |
-
#
|
| 10 |
-
|
| 11 |
-
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 2048 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
| 12 |
-
|
| 13 |
-
<!--- Describe your model here -->
|
| 14 |
-
|
| 15 |
-
## Usage (Sentence-Transformers)
|
| 16 |
-
|
| 17 |
-
Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
|
| 18 |
-
|
| 19 |
-
```
|
| 20 |
-
pip install -U sentence-transformers
|
| 21 |
-
```
|
| 22 |
-
|
| 23 |
-
Then you can use the model like this:
|
| 24 |
-
|
| 25 |
-
```python
|
| 26 |
-
from sentence_transformers import SentenceTransformer
|
| 27 |
-
sentences = ["This is an example sentence", "Each sentence is converted"]
|
| 28 |
-
|
| 29 |
-
model = SentenceTransformer('{MODEL_NAME}')
|
| 30 |
-
embeddings = model.encode(sentences)
|
| 31 |
-
print(embeddings)
|
| 32 |
-
```
|
| 33 |
|
|
|
|
| 34 |
|
|
|
|
| 35 |
|
| 36 |
## Evaluation Results
|
| 37 |
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name={MODEL_NAME})
|
| 41 |
-
|
| 42 |
|
| 43 |
## Training
|
| 44 |
The model was trained with the parameters:
|
|
@@ -82,5 +58,3 @@ SentenceTransformer(
|
|
| 82 |
```
|
| 83 |
|
| 84 |
## Citing & Authors
|
| 85 |
-
|
| 86 |
-
<!--- Describe where people can find more information -->
|
|
|
|
| 6 |
- sentence-similarity
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# sgpt-nli-bloom-1b3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
+
## Usage
|
| 12 |
|
| 13 |
+
For usage instructions, refer to: https://github.com/Muennighoff/sgpt#symmetric-semantic-search
|
| 14 |
|
| 15 |
## Evaluation Results
|
| 16 |
|
| 17 |
+
`{'askubuntu': 57.44, 'cqadupstack': 14.18, 'twitterpara': 73.99, 'scidocs': 74.74, 'avg': 55.087500000000006}`
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Training
|
| 20 |
The model was trained with the parameters:
|
|
|
|
| 58 |
```
|
| 59 |
|
| 60 |
## Citing & Authors
|
|
|
|
|
|