oxirs-embed 0.3.1

Knowledge graph embeddings with TransE, ComplEx, and custom models
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name = "rotate-fb15k237"
model_type = "RotatE"
dataset = "FB15k-237"
dimensions = 200
entities = 14541
relations = 237
sha256 = "PLACEHOLDER"
source = "file:///seeds/rotate-fb15k237.ckpt"
license = "Apache-2.0"
citation = "Sun, Z., Deng, Z., Nie, J., & Tang, J. (2019). RotatE: Knowledge Graph Embedding by Relational Rotation in Complex Space. ICLR."
version = "1.0.0"
created = "2026-05-01"
notes = "SYNTHETIC SEED: small random-initialized weights for testing only. Not actual research weights. Run 'cargo run --example fetch_real_weights' for production weights."