bhavnicksm commited on
Commit
46a0077
·
1 Parent(s): 35cbefd

Add v1.1 model info

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -33,6 +33,9 @@ This model has been distilled from `baai/bge-base-en-v1.5`, with PCA with 128 di
33
  - **brown-beetle-base-v1**: The original model, with PCA and Zipf.
34
  - **brown-beetle-small-v1**: A smaller version of the original model, with PCA and Zipf. Equivalent to **M2V_base_output**.
35
  - **brown-beetle-tiny-v1**: A tiny version of the original model, with PCA and Zipf.
 
 
 
36
 
37
  ## Installation
38
 
 
33
  - **brown-beetle-base-v1**: The original model, with PCA and Zipf.
34
  - **brown-beetle-small-v1**: A smaller version of the original model, with PCA and Zipf. Equivalent to **M2V_base_output**.
35
  - **brown-beetle-tiny-v1**: A tiny version of the original model, with PCA and Zipf.
36
+ - **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.
37
+ - **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.
38
+ - **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.
39
 
40
  ## Installation
41