stetteh commited on
Commit
b48cd06
·
verified ·
1 Parent(s): 1231f5d

model card: add public availability (HF/Docker/Release)

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -24,6 +24,12 @@ control set onto HIPAA without manual, line-by-line mapping.
24
  - **Fine-tuning:** `MultipleNegativesRankingLoss` on curated NIST↔HIPAA control/provision pairs
25
  - **Task:** semantic retrieval (embed a control, cosine-rank against the HIPAA corpus, return top-k)
26
 
 
 
 
 
 
 
27
  ## Intended use — an *assistive* retriever, not an authoritative classifier
28
  RegMap returns the **top-k most similar HIPAA provisions** for a human to review and confirm. It is
29
  designed to accelerate an expert's mapping work, not to make a final compliance determination on its
 
24
  - **Fine-tuning:** `MultipleNegativesRankingLoss` on curated NIST↔HIPAA control/provision pairs
25
  - **Task:** semantic retrieval (embed a control, cosine-rank against the HIPAA corpus, return top-k)
26
 
27
+ ## Where to get it
28
+ - **Hugging Face:** `stetteh/regmap-embedder` — `SentenceTransformer("stetteh/regmap-embedder")`
29
+ - **Docker (serving API):** `docker run -p 8080:8080 ghcr.io/samuelgtetteh/regmap-embedder:0.1`
30
+ then `POST /map {"control": "..."}` → top-k HIPAA provisions
31
+ - **GitHub Release:** `v0.1-regmap` — a self-contained archive (model + corpus + wrapper)
32
+
33
  ## Intended use — an *assistive* retriever, not an authoritative classifier
34
  RegMap returns the **top-k most similar HIPAA provisions** for a human to review and confirm. It is
35
  designed to accelerate an expert's mapping work, not to make a final compliance determination on its