aloobun commited on
Commit
205fcc5
·
verified ·
1 Parent(s): 60f31dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -104,7 +104,7 @@ language:
104
  I initialize the student model by pruning the teacher model, retaining only 8 layers, in an attempt to create a lighter, faster version.
105
 
106
 
107
- - the top left graph shows how well your model's predictions match reality. Spearman correlation = 0.887 is good enough.
108
  - the top right compares the correlation performance of this model vs the reference(mxbai-embed-large-v1) model - both bars around 0.8-0.9
109
  - bottom left shows, this model processes about 45 samples/s and mxbai-embed-large-v1 processes about 30 samples/s.
110
  - the bottom right shows a small accuracy drop for this model.
 
104
  I initialize the student model by pruning the teacher model, retaining only 8 layers, in an attempt to create a lighter, faster version.
105
 
106
 
107
+ - the top left graph shows how well your model's predictions match reality. Spearman correlation = 0.887
108
  - the top right compares the correlation performance of this model vs the reference(mxbai-embed-large-v1) model - both bars around 0.8-0.9
109
  - bottom left shows, this model processes about 45 samples/s and mxbai-embed-large-v1 processes about 30 samples/s.
110
  - the bottom right shows a small accuracy drop for this model.