Update README.md
Browse files
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轉換)
|