We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227197c commit deae237Copy full SHA for deae237
README.md
@@ -30,7 +30,7 @@ Example of building an intent classifier in a couple of lines of code:
30
from autointent import Pipeline, Dataset
31
32
dataset = Dataset.from_json(path_to_json)
33
-pipeline = Pipeline.from_preset("light")
+pipeline = Pipeline.from_preset("classic-light")
34
pipeline.fit(dataset)
35
pipeline.predict(["show me my latest transactions"])
36
```
0 commit comments