Dontopedia

Embeddings Shape

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)

Embeddings Shape has 3 facts recorded in Dontopedia across 2 references, with 1 live disagreement.

3 facts·2 predicates·2 sources·1 in dispute
Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (3)

Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.

derivedFromDerived From(2)

printsPrints(1)

Other facts (3)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

3 facts
PredicateValueRef
Rdf:typeShape Attribute[1]
Rdf:typeOutput Attribute[2]
MeasuresTensor Dimensions[2]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

typebeam/b90feaf0-1adf-45f8-bfbc-be1d12a23cb9
ex:ShapeAttribute
typebeam/16920eb6-d3cc-43b1-ae6b-372efedb2e24
ex:OutputAttribute
measuresbeam/16920eb6-d3cc-43b1-ae6b-372efedb2e24
ex:tensor-dimensions

References (2)

2 references
  1. ctx:claims/beam/b90feaf0-1adf-45f8-bfbc-be1d12a23cb9
    • full textbeam-chunk
      text/plain1 KBdoc:beam/b90feaf0-1adf-45f8-bfbc-be1d12a23cb9
      Show excerpt
      Ensure that you log any errors or critical information related to embedding generation and indexing. ```python from sentence_transformers import SentenceTransformer import faiss import numpy as np model = SentenceTransformer('sentence-tra
  2. ctx:claims/beam/16920eb6-d3cc-43b1-ae6b-372efedb2e24
    • full textbeam-chunk
      text/plain1 KBdoc:beam/16920eb6-d3cc-43b1-ae6b-372efedb2e24
      Show excerpt
      inputs = tokenizer(texts, return_tensors='pt', padding=True, truncation=True) outputs = model(**inputs) embeddings = outputs.last_hidden_state[:, 0, :] return embeddings # Test the function texts = ['This is a test sentence

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.