README revision, dataset url
Browse files
README.md
CHANGED
@@ -119,7 +119,7 @@ To use this dataset with Hugging Face, you can load it using the `datasets` libr
|
|
119 |
```python
|
120 |
from datasets import load_dataset
|
121 |
|
122 |
-
dataset = load_dataset('mlsftwrs/
|
123 |
```
|
124 |
## Sources
|
125 |
- TBA
|
|
|
119 |
```python
|
120 |
from datasets import load_dataset
|
121 |
|
122 |
+
dataset = load_dataset('mlsftwrs/mlnoisy')
|
123 |
```
|
124 |
## Sources
|
125 |
- TBA
|