feat: 256짜리 세팅 파일
Browse files- rowemb_params.npz +3 -0
- rowemb_params.npz.json +12 -0
- rowemb_spec.json +34 -0
rowemb_params.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d31e2ca8701be5f39dd6184e7184e74387ac393eccc7dffd3785cbbf897624d
|
| 3 |
+
size 44521
|
rowemb_params.npz.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"emb_dim": 256,
|
| 3 |
+
"spaces": {
|
| 4 |
+
"cluster_id_num": 33,
|
| 5 |
+
"opcode_num": 3
|
| 6 |
+
},
|
| 7 |
+
"opcode_vocab": [
|
| 8 |
+
"R",
|
| 9 |
+
"W",
|
| 10 |
+
"<unk>"
|
| 11 |
+
]
|
| 12 |
+
}
|
rowemb_spec.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": 1,
|
| 3 |
+
"backend": "torch",
|
| 4 |
+
"emb_dim": 256,
|
| 5 |
+
"timediff_policy": "compute",
|
| 6 |
+
"norm_spec": "cluster_center=quantile:128,length=quantile:128,timediff=quantile:128,offset=minmax",
|
| 7 |
+
"quantile_mode": "sample",
|
| 8 |
+
"quantile_sample": 200000,
|
| 9 |
+
"quantile_seed": 42,
|
| 10 |
+
"meta": {
|
| 11 |
+
"min_cluster_id": -1,
|
| 12 |
+
"max_cluster_id": 30,
|
| 13 |
+
"min_cluster_center": 0.0,
|
| 14 |
+
"max_cluster_center": 131068760.0,
|
| 15 |
+
"min_local_offset": -256.0,
|
| 16 |
+
"max_local_offset": 256.0,
|
| 17 |
+
"min_length": 512.0,
|
| 18 |
+
"max_length": 122882854434816.0,
|
| 19 |
+
"min_timediff": -1.0,
|
| 20 |
+
"max_timediff": 766679496.0,
|
| 21 |
+
"total_rows": 18820392,
|
| 22 |
+
"seen_opcodes": [
|
| 23 |
+
"R",
|
| 24 |
+
"W"
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"opcode_vocab": [
|
| 28 |
+
"R",
|
| 29 |
+
"W",
|
| 30 |
+
"<unk>"
|
| 31 |
+
],
|
| 32 |
+
"cluster_id_min": -1,
|
| 33 |
+
"cluster_id_max": 30
|
| 34 |
+
}
|