aari1995 commited on
Commit
a2c1e06
·
verified ·
1 Parent(s): 214ddb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -86,7 +86,7 @@ similarities = model.similarity(embeddings, embeddings)
86
 
87
  ```
88
 
89
- # Full Model Architecture
90
 
91
  ```
92
  SentenceTransformer(
@@ -122,7 +122,7 @@ Another noticable difference is that V3 has a broader cosine_similarity spectrum
122
 
123
  **A:** Broadly speaking, when going from 1024 to 512 dimensions, there is very little trade-off (1 percent). When going down to 64 dimensions, you may face a decrease of up to 3 percent.
124
 
125
- ## Evaluation
126
 
127
  Storage comparison:
128
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/5f3801ab7e583543386217ac/Aa5WzHanj-DXc86AKxpEz.png)
@@ -130,7 +130,7 @@ Storage comparison:
130
  Benchmarks: soon.
131
 
132
  # Up next:
133
- German_Semantic_V3_Instruct: Guiding your embeddings towards self-selected aspects
134
 
135
  # Thank You and Credits
136
 
 
86
 
87
  ```
88
 
89
+ ## Full Model Architecture
90
 
91
  ```
92
  SentenceTransformer(
 
122
 
123
  **A:** Broadly speaking, when going from 1024 to 512 dimensions, there is very little trade-off (1 percent). When going down to 64 dimensions, you may face a decrease of up to 3 percent.
124
 
125
+ # Evaluation
126
 
127
  Storage comparison:
128
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/5f3801ab7e583543386217ac/Aa5WzHanj-DXc86AKxpEz.png)
 
130
  Benchmarks: soon.
131
 
132
  # Up next:
133
+ German_Semantic_V3_Instruct: Guiding your embeddings towards self-selected aspects. - planned: 2024.
134
 
135
  # Thank You and Credits
136