Add base config for contextless meaning engine
Browse files- 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 |
+
}
|