bogdanraduta commited on
Commit
423ea3c
Β·
verified Β·
1 Parent(s): 6c7db79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -21,19 +21,22 @@ This is where we open-source the model side of that work. Everything here
21
  targets a real bottleneck in regulated AI β€” from compliance-grade text
22
  understanding to the generation models that power the platform itself.
23
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ## Coming soon
25
 
26
- **Regulated-industry safety models**
27
- - **PII Detector** β€” multilingual PII detection fine-tuned on GLiNER,
28
- weighted for Central & Eastern European languages most detectors ignore.
29
- - **Contract Red-Flag Explainer** β€” spots and explains risky clauses in
30
- plain language ("what am I actually signing?").
31
- - **Fraud & Scam Detector** β€” a Qwen3-1.7B fine-tune for scam and fraud
32
- patterns.
33
-
34
- **Platform generation models**
35
- - **Ontology Model** β€” generates and maps domain ontologies for agent
36
- grounding.
37
  - **BPMN Generation** *(planned)* β€” natural language β†’ BPMN process models.
38
  - **UI Generation** *(planned)* β€” interfaces generated on the fly.
39
 
 
21
  targets a real bottleneck in regulated AI β€” from compliance-grade text
22
  understanding to the generation models that power the platform itself.
23
 
24
+ ## Available now
25
+
26
+ **CEE PII Detector** ([`cee-pii`](https://huggingface.co/flowxai/cee-pii)) β€”
27
+ multilingual PII detection fine-tuned on GLiNER, weighted for Central & Eastern
28
+ European languages most detectors ignore. Benchmarked on
29
+ [`cee-pii-bench`](https://huggingface.co/datasets/flowxai/cee-pii-bench).
30
+
31
+ **Scam & Fraud Detector** β€” [`scam-guard-qwen17b`](https://huggingface.co/flowxai/scam-guard-qwen17b) (2B)
32
+ and [`scam-guard-qwen06b`](https://huggingface.co/flowxai/scam-guard-qwen06b) (0.6B),
33
+ Qwen3 fine-tunes for scam and fraud patterns. Evaluated on
34
+ [`scamguardbench`](https://huggingface.co/datasets/flowxai/scamguardbench).
35
+
36
  ## Coming soon
37
 
38
+ - **Contract Red-Flag Explainer** β€” spots and explains risky clauses in plain language ("what am I actually signing?").
39
+ - **Ontology Model** β€” generates and maps domain ontologies for agent grounding.
 
 
 
 
 
 
 
 
 
40
  - **BPMN Generation** *(planned)* β€” natural language β†’ BPMN process models.
41
  - **UI Generation** *(planned)* β€” interfaces generated on the fly.
42