voorhs commited on
Commit
cff203d
1 Parent(s): 7b26c6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -52,7 +52,7 @@ language:
52
  - en
53
  ---
54
 
55
- # banking77
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
- dream = Dataset.from_datasets("AutoIntent/reuters")
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