convert classification weights to safetensors
Browse files- classification/config.json +12 -13
- classification/model.safetensors +3 -0
classification/config.json
CHANGED
|
@@ -1,18 +1,17 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "tabfm",
|
| 3 |
-
"version": "1.0.0",
|
| 4 |
-
"task": "classification",
|
| 5 |
-
"framework": "pytorch",
|
| 6 |
-
"embed_dim": 256,
|
| 7 |
-
"max_classes": 10,
|
| 8 |
-
"col_num_blocks": 3,
|
| 9 |
"col_nhead": 4,
|
|
|
|
| 10 |
"col_num_inds": 256,
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"icl_num_blocks": 24,
|
| 15 |
-
"icl_nhead": 8,
|
| 16 |
"ff_factor": 4,
|
| 17 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
}
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"col_nhead": 4,
|
| 3 |
+
"col_num_blocks": 3,
|
| 4 |
"col_num_inds": 256,
|
| 5 |
+
"decoder_hidden": null,
|
| 6 |
+
"embed_dim": 256,
|
| 7 |
+
"feature_group_size": 3,
|
|
|
|
|
|
|
| 8 |
"ff_factor": 4,
|
| 9 |
+
"icl_nhead": 8,
|
| 10 |
+
"icl_num_blocks": 24,
|
| 11 |
+
"is_classifier": true,
|
| 12 |
+
"max_classes": 10,
|
| 13 |
+
"num_freq": 32,
|
| 14 |
+
"row_nhead": 8,
|
| 15 |
+
"row_num_blocks": 3,
|
| 16 |
+
"row_num_cls": 8
|
| 17 |
}
|
classification/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:928cb350becdc77cdb7a9e8c36deda88917bfd14a3091894a2dc516db58a2085
|
| 3 |
+
size 6557888408
|