Upload KBRDRec
Browse files- config.json +28 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"WEIGHT_DIMENSIONS": {
|
3 |
+
"edge_index.dtype": "torch.int64",
|
4 |
+
"edge_index.shape": [
|
5 |
+
2,
|
6 |
+
358184
|
7 |
+
],
|
8 |
+
"edge_type.dtype": "torch.int64",
|
9 |
+
"edge_type.shape": [
|
10 |
+
358184
|
11 |
+
],
|
12 |
+
"item_index.dtype": "torch.int64",
|
13 |
+
"item_index.shape": [
|
14 |
+
6924
|
15 |
+
]
|
16 |
+
},
|
17 |
+
"_name_or_path": "./src/recwizard/modules/kbrd/temp_kbrd_rec",
|
18 |
+
"architectures": [
|
19 |
+
"KBRDRec"
|
20 |
+
],
|
21 |
+
"dim": 128,
|
22 |
+
"n_entity": 64368,
|
23 |
+
"n_relation": 214,
|
24 |
+
"num_bases": 8,
|
25 |
+
"sub_n_relation": 35,
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.33.3"
|
28 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0fd456c8b30c439bd9788d937946b7be2eb5e8abca54e3b8018ccd9ad9949f6
|
3 |
+
size 371611160
|