Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ It is intended to be used with our [AutoIntent Library](https://deeppavlov.githu
|
|
65 |
```python
|
66 |
from autointent import Dataset
|
67 |
|
68 |
-
|
69 |
```
|
70 |
|
71 |
## Source
|
|
|
65 |
```python
|
66 |
from autointent import Dataset
|
67 |
|
68 |
+
dstc3 = Dataset.from_datasets("AutoIntent/dstc3")
|
69 |
```
|
70 |
|
71 |
## Source
|