Sentence Similarity
sentence-transformers
Safetensors
gemma3_text
feature-extraction
dense
Generated from Trainer
dataset_size:5749
loss:CosineSimilarityLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use summerstars/MARK-Embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use summerstars/MARK-Embedding with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("summerstars/MARK-Embedding") sentences = [ "Nterprise Linux Services is expected to be available before then end of this year.", "Beta versions of Nterprise Linux Services are expected to be available on certain HP ProLiant servers in July.", "Spain turning back the clock on siestas", "I don't like many flavored drinks." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
tags:
|
| 4 |
- sentence-transformers
|
|
@@ -9,23 +8,27 @@ tags:
|
|
| 9 |
- dataset_size:5749
|
| 10 |
- loss:CosineSimilarityLoss
|
| 11 |
widget:
|
| 12 |
-
- source_sentence:
|
| 13 |
-
end of this
|
|
|
|
| 14 |
sentences:
|
| 15 |
-
-
|
| 16 |
-
|
|
|
|
| 17 |
- Spain turning back the clock on siestas
|
| 18 |
- I don't like many flavored drinks.
|
| 19 |
- source_sentence: Iran hopes nuclear talks will yield 'roadmap'
|
| 20 |
sentences:
|
| 21 |
- Iran Nuclear Talks in Geneva Spur High Hopes
|
| 22 |
- A black pet dog runs around in the garden of a house.
|
| 23 |
-
-
|
| 24 |
-
|
|
|
|
| 25 |
- source_sentence: Hamas Urges Hizbullah to Pull Fighters Out of Syria
|
| 26 |
sentences:
|
| 27 |
-
-
|
| 28 |
-
|
|
|
|
| 29 |
- A small dog jumps over a yellow beam.
|
| 30 |
- Hamas calls on Hezbollah to pull forces out of Syria
|
| 31 |
- source_sentence: Licensing revenue slid 21 percent, however, to $107.6 million.
|
|
@@ -33,8 +36,9 @@ widget:
|
|
| 33 |
- Britain loses bid to deport radical cleric Abu Qatada
|
| 34 |
- A man sits on a bed very close to a small television.
|
| 35 |
- License sales, a key measure of demand, fell 21 percent to $107.6 million.
|
| 36 |
-
- source_sentence:
|
| 37 |
-
|
|
|
|
| 38 |
sentences:
|
| 39 |
- The stock rose 48 cents to $30 yesterday in Nasdaq Stock Market trading.
|
| 40 |
- 'Malaysia: Chinese satellite found object in ocean'
|
|
@@ -57,6 +61,7 @@ model-index:
|
|
| 57 |
- type: spearman_cosine
|
| 58 |
value: 0.4595105448711385
|
| 59 |
name: スピアマン相関係数 (コサイン類似度)
|
|
|
|
| 60 |
---
|
| 61 |
|
| 62 |
# SentenceTransformer
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- sentence-transformers
|
|
|
|
| 8 |
- dataset_size:5749
|
| 9 |
- loss:CosineSimilarityLoss
|
| 10 |
widget:
|
| 11 |
+
- source_sentence: >-
|
| 12 |
+
Nterprise Linux Services is expected to be available before then end of this
|
| 13 |
+
year.
|
| 14 |
sentences:
|
| 15 |
+
- >-
|
| 16 |
+
Beta versions of Nterprise Linux Services are expected to be available on
|
| 17 |
+
certain HP ProLiant servers in July.
|
| 18 |
- Spain turning back the clock on siestas
|
| 19 |
- I don't like many flavored drinks.
|
| 20 |
- source_sentence: Iran hopes nuclear talks will yield 'roadmap'
|
| 21 |
sentences:
|
| 22 |
- Iran Nuclear Talks in Geneva Spur High Hopes
|
| 23 |
- A black pet dog runs around in the garden of a house.
|
| 24 |
+
- >-
|
| 25 |
+
The witness was a 27-year-old Kosovan parking attendant, who was paid by the
|
| 26 |
+
News of the World, the court heard.
|
| 27 |
- source_sentence: Hamas Urges Hizbullah to Pull Fighters Out of Syria
|
| 28 |
sentences:
|
| 29 |
+
- >-
|
| 30 |
+
"This was a persistent problem which has not been solved, mechanically and
|
| 31 |
+
physically," said board member Steven Wallace.
|
| 32 |
- A small dog jumps over a yellow beam.
|
| 33 |
- Hamas calls on Hezbollah to pull forces out of Syria
|
| 34 |
- source_sentence: Licensing revenue slid 21 percent, however, to $107.6 million.
|
|
|
|
| 36 |
- Britain loses bid to deport radical cleric Abu Qatada
|
| 37 |
- A man sits on a bed very close to a small television.
|
| 38 |
- License sales, a key measure of demand, fell 21 percent to $107.6 million.
|
| 39 |
+
- source_sentence: >-
|
| 40 |
+
Comcast Class A shares were up 8 cents at $30.50 in morning trading on the
|
| 41 |
+
Nasdaq Stock Market.
|
| 42 |
sentences:
|
| 43 |
- The stock rose 48 cents to $30 yesterday in Nasdaq Stock Market trading.
|
| 44 |
- 'Malaysia: Chinese satellite found object in ocean'
|
|
|
|
| 61 |
- type: spearman_cosine
|
| 62 |
value: 0.4595105448711385
|
| 63 |
name: スピアマン相関係数 (コサイン類似度)
|
| 64 |
+
license: gemma
|
| 65 |
---
|
| 66 |
|
| 67 |
# SentenceTransformer
|