Update README.md
Browse files
README.md
CHANGED
@@ -4,14 +4,15 @@ tags:
|
|
4 |
- sentence-transformers
|
5 |
- feature-extraction
|
6 |
- sentence-similarity
|
7 |
-
|
|
|
8 |
---
|
9 |
|
10 |
# DunnBC22/sentence-t5-base-FT-Quora_Sentence_Similarity-LG
|
11 |
|
12 |
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.
|
13 |
|
14 |
-
|
15 |
|
16 |
## Usage (Sentence-Transformers)
|
17 |
|
@@ -36,8 +37,6 @@ print(embeddings)
|
|
36 |
|
37 |
## Evaluation Results
|
38 |
|
39 |
-
<!--- Describe how your model was evaluated -->
|
40 |
-
|
41 |
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name=DunnBC22/sentence-t5-base-FT-Quora_Sentence_Similarity-LG)
|
42 |
|
43 |
|
|
|
4 |
- sentence-transformers
|
5 |
- feature-extraction
|
6 |
- sentence-similarity
|
7 |
+
language:
|
8 |
+
- en
|
9 |
---
|
10 |
|
11 |
# DunnBC22/sentence-t5-base-FT-Quora_Sentence_Similarity-LG
|
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 |
|
15 |
+
For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Semantic_Similarity/Semantic%20Similarity-base.ipynb
|
16 |
|
17 |
## Usage (Sentence-Transformers)
|
18 |
|
|
|
37 |
|
38 |
## Evaluation Results
|
39 |
|
|
|
|
|
40 |
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name=DunnBC22/sentence-t5-base-FT-Quora_Sentence_Similarity-LG)
|
41 |
|
42 |
|