bhavnicksm commited on
Commit
4f1fe5a
·
1 Parent(s): 3e1f42b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,8 +26,8 @@ This model has been distilled from `mixedbread-ai/mxbai-embed-2d-large-v1`, with
26
  ## Version Information
27
 
28
  - **red-beetle-base-v0**: The original model, without using PCA or Zipf. The lack of PCA and Zipf also makes this a decent model for further training.
29
- - **red-beetle-base-v1**: The original model, without PCA but with Zipf re-weighting. It has 1024 dimension embeddings.
30
- - **red-beetle-small-v1**: A smaller version of the original model, with PCA at 384 dimensions and Zipf re-weighting.
31
 
32
  ## Installation
33
 
 
26
  ## Version Information
27
 
28
  - **red-beetle-base-v0**: The original model, without using PCA or Zipf. The lack of PCA and Zipf also makes this a decent model for further training.
29
+ - **red-beetle-base-v1**: The original model, with PCA at 1024 dimensions and (Zipf)^3 re-weighting.
30
+ - **red-beetle-small-v1**: A smaller version of the original model, with PCA at 384 dimensions and (Zipf)^3 re-weighting.
31
 
32
  ## Installation
33