File size: 769 Bytes
eafb8a0
 
b04c732
eafb8a0
b04c732
 
 
 
eafb8a0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "architectures": [
    "UltraForKnowledgeGraphReasoning"
  ],
  "auto_map": {
    "AutoConfig": "modeling.UltraConfig",
    "AutoModel": "modeling.UltraForKnowledgeGraphReasoning"
  },
  "entity_model_cfg": {
    "aggregate_func": "sum",
    "hidden_dims": [
      64,
      64,
      64,
      64,
      64,
      64
    ],
    "input_dim": 64,
    "layer_norm": true,
    "message_func": "distmult",
    "short_cut": true
  },
  "model_type": "ultra",
  "relation_model_cfg": {
    "aggregate_func": "sum",
    "hidden_dims": [
      64,
      64,
      64,
      64,
      64,
      64
    ],
    "input_dim": 64,
    "layer_norm": true,
    "message_func": "distmult",
    "short_cut": true
  },
  "torch_dtype": "float32",
  "transformers_version": "4.35.2"
}