fschlatt commited on
Commit
04757bf
·
verified ·
1 Parent(s): b5bd29d

Update config.json

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