p208p2002 commited on
Commit
7517591
1 Parent(s): 38395f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -11,6 +11,7 @@ language:
11
  pip install patool wget opencc
12
  ```
13
  ```python
 
14
  # 簡中
15
  load_dataset("p208p2002/wudao",streaming=True,split="zht")
16
  # 繁中 (使用opencc轉換)
 
11
  pip install patool wget opencc
12
  ```
13
  ```python
14
+ from datasets import load_dataset
15
  # 簡中
16
  load_dataset("p208p2002/wudao",streaming=True,split="zht")
17
  # 繁中 (使用opencc轉換)