utrobinmv commited on
Commit
1828029
1 Parent(s): 9d3731b

fix config

Browse files
Files changed (1) hide show
  1. modules.json +14 -8
modules.json CHANGED
@@ -1,20 +1,26 @@
1
  [
2
  {
3
  "idx": 0,
4
- "name": "Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})",
5
- "path": "1_Pooling",
6
- "type": "models.Pooling"
7
  },
8
  {
9
  "idx": 1,
10
- "name": "Dense({'in_features': 768, 'out_features': 768, 'bias': False, 'activation_function': 'torch.nn.modules.activation.Tanh'})",
11
- "path": "2_Dense",
12
- "type": "models.Dense"
13
  },
14
  {
15
  "idx": 2,
16
- "name": "Normalize()",
 
 
 
 
 
 
17
  "path": "3_Normalize",
18
- "type": "models.Normalize"
19
  }
20
  ]
 
1
  [
2
  {
3
  "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
  },
8
  {
9
  "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
  },
14
  {
15
  "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Dense",
18
+ "type": "sentence_transformers.models.Dense"
19
+ },
20
+ {
21
+ "idx": 3,
22
+ "name": "3",
23
  "path": "3_Normalize",
24
+ "type": "sentence_transformers.models.Normalize"
25
  }
26
  ]