bhavnicksm commited on
Commit
ad51328
·
1 Parent(s): 2903ebf

Add v1.1 models info

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -8909,6 +8909,9 @@ This model has been distilled from `baai/bge-base-en-v1.5`, with PCA with 256 di
8909
  - **brown-beetle-base-v1**: The original model, with PCA and Zipf.
8910
  - **brown-beetle-small-v1**: A smaller version of the original model, with PCA and Zipf. Equivalent to **M2V_base_output**.
8911
  - **brown-beetle-tiny-v1**: A tiny version of the original model, with PCA and Zipf.
 
 
 
8912
 
8913
  ## Installation
8914
 
 
8909
  - **brown-beetle-base-v1**: The original model, with PCA and Zipf.
8910
  - **brown-beetle-small-v1**: A smaller version of the original model, with PCA and Zipf. Equivalent to **M2V_base_output**.
8911
  - **brown-beetle-tiny-v1**: A tiny version of the original model, with PCA and Zipf.
8912
+ - **brown-beetle-base-v1.1**: The original model, with PCA with 768 dimensions, applying Zipf and applying SIF re-weighting, learnt from a subset of the C4 corpus. This model is significantly better than the M2V_base_output model.
8913
+ - **brown-beetle-small-v1.1**: A smaller version of the original model, with PCA with 256 dimensions, applying Zipf and applying SIF re-weighting, learnt from a subset of the C4 corpus. This model is significantly better than the M2V_base_output model but slightly worse than the brown-beetle-base-v1.1 model.
8914
+ - **brown-beetle-tiny-v1.1**: A tiny version of the original model, with PCA with 128 dimensions, applying Zipf and applying SIF re-weighting, learnt from a subset of the C4 corpus. This model is significantly better than the M2V_base_output model but slightly worse than the brown-beetle-small-v1.1 model.
8915
 
8916
  ## Installation
8917