Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ language:
|
|
52 |
- en
|
53 |
---
|
54 |
|
55 |
-
#
|
56 |
|
57 |
This is a text classification dataset. It is intended for machine learning research and experimentation.
|
58 |
|
@@ -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
|
|
|
52 |
- en
|
53 |
---
|
54 |
|
55 |
+
# reuters
|
56 |
|
57 |
This is a text classification dataset. It is intended for machine learning research and experimentation.
|
58 |
|
|
|
65 |
```python
|
66 |
from autointent import Dataset
|
67 |
|
68 |
+
reuters = Dataset.from_datasets("AutoIntent/reuters")
|
69 |
```
|
70 |
|
71 |
## Source
|