Update README.md
Browse filesUpdate the dataset file path
README.md
CHANGED
|
@@ -44,6 +44,6 @@ Load the dataset directly from the Hub:
|
|
| 44 |
```python
|
| 45 |
from datasets import load_dataset
|
| 46 |
|
| 47 |
-
ds = load_dataset("
|
| 48 |
print(ds)
|
| 49 |
|
|
|
|
| 44 |
```python
|
| 45 |
from datasets import load_dataset
|
| 46 |
|
| 47 |
+
ds = load_dataset("Masabanees619/toxic_tweets_and_comments")
|
| 48 |
print(ds)
|
| 49 |
|