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 |
|
61 |
```python
|
62 |
from autointent import Dataset
|
63 |
-
banking77 = Dataset.
|
64 |
```
|
65 |
|
66 |
## Source
|
|
|
60 |
|
61 |
```python
|
62 |
from autointent import Dataset
|
63 |
+
banking77 = Dataset.from_hub("AutoIntent/events")
|
64 |
```
|
65 |
|
66 |
## Source
|