jaewanlee commited on
Commit
f7eb2af
1 Parent(s): d676a9f

fix load data

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -57,7 +57,8 @@ To use this dataset, you can load it using the Hugging Face `datasets` library:
57
  ```python
58
  from datasets import load_dataset
59
 
60
- dataset = load_dataset("jaewanlee/korean_chat_friendly")
 
61
  ```
62
  # Citation
63
 
 
57
  ```python
58
  from datasets import load_dataset
59
 
60
+ dataset = load_dataset("jaewanlee/korean_chat_friendly", data_files="dataset.csv")
61
+
62
  ```
63
  # Citation
64