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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -23,19 +23,17 @@ 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.
 
23
 
24
  ## Available now
25
 
 
 
 
 
26
 
27
+ **CEE PII Detector (cee-pii)**: multilingual PII detection fine-tuned on GLiNER, weighted for Central & Eastern European languages most detectors ignore. Benchmarked on cee-pii-bench.
28
+
29
+ **Scam & Fraud Detector**: scam-guard-qwen17b (1.7B) and scam-guard-qwen06b (0.6B), Qwen3 fine-tunes for scam and fraud patterns. Evaluated on scamguardbench.
30
+
31
+ **Contract Red-Flag Explainer (caveat)**: on-device model that spots and explains risky clauses in plain language ("what am I actually signing?"). Runs privately in English, Romanian, Polish, and Hungarian, returns structured JSON across a 34-clause taxonomy. Qwen3-4B fine-tune, benchmarked on RedFlag-Bench.
32
+
33
+
34
 
35
  ## Coming soon
36
 
 
37
  - **Ontology Model** β€” generates and maps domain ontologies for agent grounding.
38
  - **BPMN Generation** *(planned)* β€” natural language β†’ BPMN process models.
39
  - **UI Generation** *(planned)* β€” interfaces generated on the fly.