oxirs-embed 0.3.0

Knowledge graph embeddings with TransE, ComplEx, and custom models
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name = "transe-wn18rr"
model_type = "TransE"
dataset = "WN18RR"
dimensions = 100
entities = 40943
relations = 11
sha256 = "PLACEHOLDER"
source = "file:///seeds/transe-wn18rr.ckpt"
license = "Apache-2.0"
citation = "Bordes, A., Usunier, N., Garcia-Duran, A., Weston, J., & Yakhnenko, O. (2013). Translating Embeddings for Modeling Multi-relational Data. NIPS."
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."