fschlatt commited on
Commit
917217a
·
verified ·
1 Parent(s): b920db9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -9
config.json CHANGED
@@ -3,14 +3,11 @@
3
  "architectures": [
4
  "SpladeBertModel"
5
  ],
6
- "attend_to_doc_expanded_tokens": false,
7
- "attend_to_query_expanded_tokens": false,
8
  "attention_probs_dropout_prob": 0.1,
9
  "backbone_model_type": "bert",
10
  "classifier_dropout": null,
11
- "doc_expansion": false,
12
  "doc_length": 256,
13
- "doc_pooling_strategy": "max",
14
  "embedding_dim": 30522,
15
  "gradient_checkpointing": false,
16
  "hidden_act": "gelu",
@@ -21,19 +18,16 @@
21
  "layer_norm_eps": 1e-12,
22
  "max_position_embeddings": 512,
23
  "model_type": "splade",
24
- "normalize": false,
25
  "num_attention_heads": 12,
26
  "num_hidden_layers": 12,
27
  "pad_token_id": 0,
28
  "position_embedding_type": "absolute",
29
  "projection": "mlm",
30
- "query_aggregation_function": "sum",
31
- "query_expansion": false,
32
  "query_length": 32,
33
- "query_pooling_strategy": "max",
34
  "save_step": 49009,
35
  "similarity_function": "dot",
36
- "sparsification": "relu_log",
37
  "tie_projection": true,
38
  "torch_dtype": "float32",
39
  "transformers_version": "4.50.2",
 
3
  "architectures": [
4
  "SpladeBertModel"
5
  ],
 
 
6
  "attention_probs_dropout_prob": 0.1,
7
  "backbone_model_type": "bert",
8
  "classifier_dropout": null,
 
9
  "doc_length": 256,
10
+ "pooling_strategy": "max",
11
  "embedding_dim": 30522,
12
  "gradient_checkpointing": false,
13
  "hidden_act": "gelu",
 
18
  "layer_norm_eps": 1e-12,
19
  "max_position_embeddings": 512,
20
  "model_type": "splade",
21
+ "normalization_strategy": null,
22
  "num_attention_heads": 12,
23
  "num_hidden_layers": 12,
24
  "pad_token_id": 0,
25
  "position_embedding_type": "absolute",
26
  "projection": "mlm",
 
 
27
  "query_length": 32,
 
28
  "save_step": 49009,
29
  "similarity_function": "dot",
30
+ "sparsification_strategy": "relu_log",
31
  "tie_projection": true,
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.50.2",