Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ It is intended to be used with our [AutoIntent Library](https://deeppavlov.githu
|
|
70 |
```python
|
71 |
from autointent import Dataset
|
72 |
|
73 |
-
massive_ru = Dataset.
|
74 |
```
|
75 |
|
76 |
## Source
|
|
|
70 |
```python
|
71 |
from autointent import Dataset
|
72 |
|
73 |
+
massive_ru = Dataset.from_hub("AutoIntent/massive_ru")
|
74 |
```
|
75 |
|
76 |
## Source
|