Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ It is intended to be used with our [AutoIntent Library](https://deeppavlov.githu
|
|
60 |
```python
|
61 |
from autointent import Dataset
|
62 |
|
63 |
-
|
64 |
```
|
65 |
|
66 |
## Source
|
|
|
60 |
```python
|
61 |
from autointent import Dataset
|
62 |
|
63 |
+
snips = Dataset.from_datasets("AutoIntent/snips")
|
64 |
```
|
65 |
|
66 |
## Source
|