naamanhirschfeld commited on
Commit
c6b0155
·
verified ·
1 Parent(s): 83fc9a7

Upload snowflake-arctic-embed-m-v2.0/config.json with huggingface_hub

Browse files
snowflake-arctic-embed-m-v2.0/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GteModel"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_hf_alibaba_nlp_gte.GteConfig",
8
+ "AutoModel": "modeling_hf_alibaba_nlp_gte.GteModel"
9
+ },
10
+ "classifier_dropout": 0.1,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-12,
17
+ "layer_norm_type": "layer_norm",
18
+ "logn_attention_clip1": false,
19
+ "logn_attention_scale": false,
20
+ "max_position_embeddings": 8192,
21
+ "model_type": "gte",
22
+ "num_attention_heads": 12,
23
+ "num_hidden_layers": 12,
24
+ "pack_qkv": true,
25
+ "pad_token_id": 1,
26
+ "position_embedding_type": "rope",
27
+ "rope_scaling": null,
28
+ "rope_theta": 160000,
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.39.3",
31
+ "type_vocab_size": 1,
32
+ "unpad_inputs": "true",
33
+ "use_memory_efficient_attention": "true",
34
+ "matryoshka_dimensions": [256],
35
+ "vocab_size": 250048
36
+ }