Jaward commited on
Commit
b528bf4
1 Parent(s): 5984e76

mlx format for BAAI/bge-small-en embedding model

Browse files
Files changed (2) hide show
  1. bge-small-en.npz +3 -0
  2. config.json +10 -0
bge-small-en.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47dd5c4b905f22cb8c4497a75b8487ddd29acea659c502cf70ec89ecd5ecbb02
3
+ size 133500044
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 384,
3
+ "num_attention_heads": 12,
4
+ "num_hidden_layers": 12,
5
+ "vocab_size": 30522,
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_dropout_prob": 0.1,
8
+ "layer_norm_eps": 1e-12,
9
+ "max_position_embeddings": 512
10
+ }