dfkev commited on
Commit
1f56b49
·
verified ·
1 Parent(s): 1ad49bc

Remove basalt reference; clarify org has no public artifacts yet

Browse files
Files changed (1) hide show
  1. README.md +10 -18
README.md CHANGED
@@ -18,18 +18,10 @@ it, and keeps documentation aligned with the actual state of the
18
  controls. The people behind it are engineers and compliance
19
  practitioners who got tired of treating audits as ceremony.
20
 
21
- This Hugging Face org is the open side of that work. We publish the
22
- ML pieces we can release: model adapters today, datasets later when
23
- licensing allows.
24
-
25
- ## What's here
26
-
27
- [basalt](https://huggingface.co/deepfathom/basalt) is the only public
28
- artifact right now. It is a LoRA adapter for CMMC, NIST SP 800-171,
29
- and DFARS practitioner Q&A, layered on `ibm-granite/granite-4.1-8b`.
30
- The repo is private through M-Train v1 validation. Public release
31
- depends on eval results and a license review of the base model and
32
- corpus terms.
33
 
34
  ## How we build the models
35
 
@@ -42,10 +34,11 @@ the data version, seed, hyperparameters, and judge configuration so a
42
  later release can be checked against the artifact it claims to
43
  supersede.
44
 
45
- We publish LoRA adapters rather than merged weights. PEFT and vLLM
46
- load the base and the adapter together at runtime. The result is the
47
- latest upstream base, our specialty layer composed on top of it, and
48
- the option to swap each layer independently.
 
49
 
50
  ## Principles
51
 
@@ -63,5 +56,4 @@ want shared evidence instead of screenshots.
63
 
64
  ## Reach
65
 
66
- [deepfathom.ai](https://www.deepfathom.ai). Use model repo
67
- discussions for technical questions.
 
18
  controls. The people behind it are engineers and compliance
19
  practitioners who got tired of treating audits as ceremony.
20
 
21
+ This Hugging Face org is a placeholder for the open side of that
22
+ work. We don't have public artifacts here today. If licensing and
23
+ eval results allow, we may publish model adapters in the future, and
24
+ datasets later still.
 
 
 
 
 
 
 
 
25
 
26
  ## How we build the models
27
 
 
34
  later release can be checked against the artifact it claims to
35
  supersede.
36
 
37
+ When we publish models, we ship LoRA adapters rather than merged
38
+ weights. PEFT and vLLM load the base and the adapter together at
39
+ runtime. The result is the latest upstream base, our specialty layer
40
+ composed on top of it, and the option to swap each layer
41
+ independently.
42
 
43
  ## Principles
44
 
 
56
 
57
  ## Reach
58
 
59
+ [deepfathom.ai](https://www.deepfathom.ai).