CoolFace
Modelpublic

Academica/AcademicaMed-MOAt-ClinicalTrials-MoA-256

sourceHugging Facecc-by-nc-nd-4.0updated 2mo agoView on Hugging Face
0likes8downloads
Model Card

AcademicaMed-MOAt-ClinicalTrials-MoA-256

MOAt is the mechanism-of-action embedding model in the AcademicaMed clinical-trial model family.

The model represents trial text as a 256-dimensional vector. Its contrastive objective groups trials through standardized MeSH intervention terms.

Model details

PropertyValue
Base modelNeuML/pubmedbert-base-embeddings
Output dimension256
Training methodTriplet-loss contrastive learning
Training corpus563,845 ClinicalTrials.gov entries
Grouping signal10,609 MeSH intervention terms
Epochs10
Batch size32
Learning rate2e-5
Loss margin0.5
Training hardwareNVIDIA DGX Spark, GB10 Blackwell

Intended use

MOAt supports similarity analysis by biological mechanism. It does not estimate treatment efficacy or clinical-trial success.

Architecture

text
Trial text -> PubMedBERT embedding -> dense 384-to-256 projection -> L2-normalized vector

Limitations

The training signal depends on ClinicalTrials.gov records and MeSH intervention assignments. Missing or inconsistent records can affect similarity results.

This repository contains the original published model card and configuration scope. The source repository did not publish executable weight files.

AcademicaMed family

  • —PACT: population and condition similarity.
  • —FATE: historical outcome-pattern similarity.
  • —ORACLE: calibrated synthesis classifier.