Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ It is intended to be used with our [AutoIntent Library](https://deeppavlov.githu
|
|
35 |
```python
|
36 |
from autointent import Dataset
|
37 |
|
38 |
-
|
39 |
```
|
40 |
|
41 |
## Source
|
|
|
35 |
```python
|
36 |
from autointent import Dataset
|
37 |
|
38 |
+
minds14_ru = Dataset.from_datasets("AutoIntent/minds14_ru")
|
39 |
```
|
40 |
|
41 |
## Source
|