sarahwei commited on
Commit
60b5256
·
verified ·
1 Parent(s): bb786ab

modify the python code

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ You can easily download and use the Taiwanese Minnan Example Sentences dataset w
46
  from datasets import load_dataset
47
 
48
  # The entire dataset is available for use
49
- dataset = load_dataset("sarahwei/commonly_used_dic_taiwan_minnan_example_sentences")
50
  print(dataset)
51
  ```
52
 
 
46
  from datasets import load_dataset
47
 
48
  # The entire dataset is available for use
49
+ dataset = load_dataset("sarahwei/Taiwanese-Minnan-Example-Sentences")
50
  print(dataset)
51
  ```
52