hsuan-kai commited on
Commit
d37021c
·
verified ·
1 Parent(s): d5e47da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -1,3 +1,49 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ base_model: mistralai/Magistral-Small-2506
4
+ language:
5
+ - en
6
+ - zh
7
+ library_name: peft
8
+ tags:
9
+ - chemistry
10
+ - cheminformatics
11
+ - information-extraction
12
+ - lora
13
+ - not-yet-released
14
+ pipeline_tag: text-generation
15
  ---
16
+
17
+ # formulation-record-extractor (placeholder)
18
+
19
+ A LoRA adapter (to be released) that maps messy chemistry experiment records into a
20
+ structured formulation schema, and supports a tool-using "chemical reasoning"
21
+ Copilot. By [Formulith](https://www.formulith.com).
22
+
23
+ > 本專案部分研發由**數位發展部數位產業署 115 年 AI 算力平台**支持。
24
+ > Part of this work is supported by the **AI Computing Platform (2026), Administration for Digital Industries, Ministry of Digital Affairs, Taiwan**.
25
+
26
+
27
+ ## Status
28
+
29
+ **Weights not yet uploaded.** The adapter will be released after the grant period.
30
+ Until then this card documents intended scope.
31
+
32
+ ## Training data
33
+
34
+ Public chemistry data + the **synthetic** `Formulith/formulation-records-instruct`
35
+ set only. **No customer data and no proprietary formulations are used to train any
36
+ released model.** Customer-specific tuning, if any, stays private and is never
37
+ published.
38
+
39
+ ## Intended use / limitations
40
+
41
+ - Use: structure lab records, normalize names/units, draft explanations of
42
+ optimizer (BO/XAI) outputs for chemists.
43
+ - The model is paired with **RDKit validation** (fingerprints, stoichiometry /
44
+ atom-conservation) — it must not be relied on for un-validated chemistry.
45
+ - Base model: Magistral Small 2506 (Apache-2.0), open and non-PRC.
46
+
47
+ ## License
48
+
49
+ Apache-2.0 (adapter). Base model under its own license.