DSLO commited on
Commit
0cddf8a
·
verified ·
1 Parent(s): a0c0fa0

Add base config for contextless meaning engine

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "model_type": "contextless-meaning-engine",
3
+ "description": "Deterministic, context-free meaning engine v0.1",
4
+ "version": "0.1.0"
5
+ }