ashuwhy commited on
Commit
a6c16e7
·
verified ·
1 Parent(s): dbbc0ef

acc transfer

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ You can use this dataset for various NLP tasks such as sentiment analysis, lyric
38
  ```python
39
  from datasets import load_dataset
40
 
41
- dataset = load_dataset("alexscer/poplyrics-1k", split="train")
42
  print(dataset)
43
  ```
44
 
 
38
  ```python
39
  from datasets import load_dataset
40
 
41
+ dataset = load_dataset("ashuwhy/poplyrics-1k", split="train")
42
  print(dataset)
43
  ```
44