conceptnetUk commited on
Commit
167de37
·
verified ·
1 Parent(s): 3c7942f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -24,15 +24,15 @@ license: mit
24
  Fine-tuned `distilbert-base-multilingual-cased` on the ConceptNet 4-layer enterprise voice intent taxonomy.
25
 
26
  ## Accuracy
27
- - Overall: **98.6%**
28
- - Layer 3 Predictive: **100% precision**
29
- - Trained on 584 examples, tested on 146
30
 
31
- ## The 4-Layer Taxonomy
32
- - **Layer 1 — Basic:** "Do X" — immediate execution
33
- - **Layer 2 — Context-Aware:** "Do X when Y" — conditional execution
34
- - **Layer 3 — Predictive:** "Do X before Y" — proactive execution
35
- - **Layer 4 — Autonomous:** "Do X always" — persistent agent deployment
36
 
37
  ## Languages
38
  English · French · Spanish · German · Italian · Portuguese · Chinese · Arabic · Russian
@@ -49,4 +49,4 @@ classifier("Send the report when the contract is signed")
49
  - GitHub: https://github.com/wushu75/ConceptNet
50
  - Website: https://conceptnet.co.uk
51
 
52
- *Patents pending · © 2026 ConceptNet Ltd*
 
24
  Fine-tuned `distilbert-base-multilingual-cased` on the ConceptNet 4-layer enterprise voice intent taxonomy.
25
 
26
  ## Accuracy
27
+ - Fast-path classifier: **83%** · <5ms latency
28
+ - Neural model: **98.6%** · <100ms latency
29
+ - L3 Predictive precision: **100%**
30
 
31
+ ## The 4 Layers
32
+ - **L1 Basic** "Do X" — immediate execution
33
+ - **L2 Context-Aware** "Do X when Y" — conditional
34
+ - **L3 Predictive** "Do X before Y" — proactive
35
+ - **L4 Autonomous** "Do X always" — persistent agent
36
 
37
  ## Languages
38
  English · French · Spanish · German · Italian · Portuguese · Chinese · Arabic · Russian
 
49
  - GitHub: https://github.com/wushu75/ConceptNet
50
  - Website: https://conceptnet.co.uk
51
 
52
+ *© 2026 ConceptNet Ltd · Patents pending*