File size: 1,339 Bytes
46e0012 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
---
language: en
license: apache-2.0
tags:
- sentence-transformers
- feature-extraction
- sentence-similarity
- transformers
- embeddings
datasets:
- custom
metrics:
- cosine_similarity
- spearman_correlation
pipeline_tag: sentence-similarity
library_name: sentence-transformers
model-index:
- name: Helion-V1-Embeddings
results:
- task:
type: semantic-similarity
name: Semantic Textual Similarity
dataset:
name: STS Benchmark
type: sts-benchmark
metrics:
- type: spearman_correlation
value: 0.78
name: Spearman Correlation
- task:
type: information-retrieval
name: Information Retrieval
dataset:
name: Custom Retrieval Test
type: custom
metrics:
- type: accuracy
value: 0.85
name: Retrieval Accuracy
- task:
type: clustering
name: Clustering
dataset:
name: Custom Clustering Test
type: custom
metrics:
- type: silhouette_score
value: 0.65
name: Silhouette Score
widget:
- source_sentence: "How do I reset my password?"
sentences:
- "Password reset instructions"
- "Cooking pasta recipe"
- "Weather forecast today"
- source_sentence: "Machine learning tutorial"
sentences:
- "Learn AI and machine learning"
- "Gardening tips for beginners"
- "Neural networks explained" |