Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

issdandavis
/
phdm-21d-embedding

sentence-transformers
English
embeddings
hyperbolic-geometry
poincare-ball
21-dimensional
scbe-aethermoore
sacred-tongues
Model card Files Files and versions
xet
Community
5

Instructions to use issdandavis/phdm-21d-embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use issdandavis/phdm-21d-embedding with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("issdandavis/phdm-21d-embedding")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
phdm-21d-embedding
414 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 42 commits
issdandavis's picture
issdandavis
upload local training run 20260222T031252Z via hf cli
66390a4 verified about 2 months ago
  • node_fleet_runs
    node-fleet training artifacts 20260218T003239Z - fleet_growth_summary.md 3 months ago
  • scripts
    feat: add PHDM training script with sentence-transformers 3 months ago
  • training_runs
    upload local training run 20260222T031252Z via hf cli about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • .gitignore
    32 Bytes
    feat: add hugging face datasets setup tooling 3 months ago
  • README.md
    1.24 kB
    Update model card with current 21D manifold spec and Sacred Tongues about 2 months ago
  • requirements-datasets.txt
    71 Bytes
    feat: add hugging face datasets setup tooling 3 months ago
  • requirements-train.txt
    510 Bytes
    feat: add training requirements file 3 months ago