boxwrench commited on
Commit
c5daafc
·
verified ·
1 Parent(s): 97ab067

Tighten model card for project stage

Browse files
Files changed (1) hide show
  1. README.md +77 -1
README.md CHANGED
@@ -1,3 +1,79 @@
1
  ---
2
- license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - water-treatment
8
+ - drinking-water
9
+ - critical-infrastructure
10
+ - gemma
11
+ - fine-tuning
12
  ---
13
+
14
+ # PotableLM
15
+
16
+ ## Model Summary
17
+
18
+ PotableLM is a planned domain-adapted model family for drinking water treatment operations, built on the [Potable Dataset](https://huggingface.co/datasets/boxwrench/potable) — an expert-curated corpus of operational water treatment knowledge.
19
+
20
+ Two tracks are planned: a municipal track for licensed plant operators (on-premises deployable) and a developing regions track for community water workers (offline-capable, fully open).
21
+
22
+ No model weights have been released yet. This page establishes the project's intended scope while development continues.
23
+
24
+ ## Intended Use
25
+
26
+ The model is intended as a technical assistant for:
27
+
28
+ - licensed operators
29
+ - utility staff
30
+ - trainers and technical reviewers
31
+ - researchers evaluating domain adaptation in critical infrastructure
32
+
33
+ Primary target behaviors:
34
+
35
+ - practical operational reasoning
36
+ - troubleshooting support
37
+ - calculation walkthroughs
38
+ - technically grounded explanations in operator voice
39
+
40
+ ## Out-of-Scope Use
41
+
42
+ - direct control of treatment processes
43
+ - fully autonomous safety-critical decision-making
44
+ - compliance interpretation without human review
45
+ - replacement for plant procedures, regulations, or licensed judgment
46
+
47
+ ## Base Model
48
+
49
+ Base model selection is ongoing. The project prioritizes permissive licensing, local deployment potential, and strong fine-tuning characteristics.
50
+
51
+ ## Training Data
52
+
53
+ The model will be trained on the [Potable Dataset](https://huggingface.co/datasets/boxwrench/potable), an expert-curated corpus covering treatment process knowledge, plant operations, troubleshooting, calculations, and regulatory context. Every example is authored or reviewed by a licensed operator.
54
+
55
+ ## Training Procedure
56
+
57
+ Training procedure will be documented with the first checkpoint release.
58
+
59
+ ## Evaluation
60
+
61
+ No benchmark results are published yet. Evaluation details will accompany each released checkpoint.
62
+
63
+ ## Risks and Limitations
64
+
65
+ - Water treatment advice is context-dependent and should not be generalized blindly across plants.
66
+ - Model outputs can be plausible and still wrong.
67
+ - The model must be treated as an assistant, not an authority.
68
+ - Current and local regulations always override model output.
69
+
70
+ ## License
71
+
72
+ License will be specified with each released checkpoint.
73
+
74
+ ## Contact
75
+
76
+ Keith Wilkinson
77
+ Operational Inference — [operationalinference.com](https://operationalinference.com)
78
+ GitHub: [boxwrench](https://github.com/boxwrench)
79
+ Writing: [title22.org](https://title22.org)