Update README.md
Browse files
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 |
## 清除資料
|