Skip to content

Commit deae237

Browse files
authored
Update README.md
1 parent 227197c commit deae237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Example of building an intent classifier in a couple of lines of code:
3030
from autointent import Pipeline, Dataset
3131

3232
dataset = Dataset.from_json(path_to_json)
33-
pipeline = Pipeline.from_preset("light")
33+
pipeline = Pipeline.from_preset("classic-light")
3434
pipeline.fit(dataset)
3535
pipeline.predict(["show me my latest transactions"])
3636
```

0 commit comments

Comments
 (0)