Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
| 2 |
|
| 3 |
Custom from-scratch hybrid discriminative+generative model for abstract reasoning (RAVEN / PGM / I-RAVEN-X style matrix puzzles).
|
| 4 |
|
| 5 |
-
Architecture: GRAFT (Grid Relational Attention Fusion Transformer), ~0.
|
| 6 |
-
|
| 7 |
-
Narration is templated (captions the classifier's decision, not an independent derivation from ground-truth attribute labels).
|
| 8 |
|
| 9 |
Load with the GRAFT class definition (see modeling.py) + model.pt state_dict.
|
|
|
|
| 2 |
|
| 3 |
Custom from-scratch hybrid discriminative+generative model for abstract reasoning (RAVEN / PGM / I-RAVEN-X style matrix puzzles).
|
| 4 |
|
| 5 |
+
Architecture: GRAFT (Grid Relational Attention Fusion Transformer), ~0.81M params. FiLM-conditioned narrator, anti-collapse variance regularization on the rule embedding.
|
|
|
|
|
|
|
| 6 |
|
| 7 |
Load with the GRAFT class definition (see modeling.py) + model.pt state_dict.
|
model.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bf878df7e5cb39889ee20152c761fcad2b5aa8042598c573e5bd2b88d9d7f61
|
| 3 |
+
size 3272942
|