Trouter-Library commited on
Commit
46e0012
·
verified ·
1 Parent(s): cd28642

Create model_card.yaml

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