Masabanees619 commited on
Commit
f03d27f
·
verified ·
1 Parent(s): 26703a2

Update README.md

Browse files

Update the dataset file path

Files changed (1) hide show
  1. README.md +1 -1
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("your-username/misalignment-toxic-comments")
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