p208p2002 commited on
Commit
d41f125
1 Parent(s): af5b6b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,9 +20,9 @@ pip install patool wget opencc
20
  ```python
21
  from datasets import load_dataset
22
  # 簡中
23
- load_dataset("p208p2002/wudao",streaming=True,split="zht")
24
- # 繁中 (使用opencc轉換)
25
  load_dataset("p208p2002/wudao",streaming=True,split="zhs")
 
 
26
  ```
27
 
28
  ## 清除資料
 
20
  ```python
21
  from datasets import load_dataset
22
  # 簡中
 
 
23
  load_dataset("p208p2002/wudao",streaming=True,split="zhs")
24
+ # 繁中 (使用opencc轉換)
25
+ load_dataset("p208p2002/wudao",streaming=True,split="zht")
26
  ```
27
 
28
  ## 清除資料