File size: 1,000 Bytes
ff0f97e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
configs:
- config_name: zhs
  default: true
  data_files:
  - split: train
    path: data_zhs/*.json
- config_name: zht
  data_files:
  - split: train
    path: data_zht/*.json
language:
- zh
---

# 悟道(WuDao)資料集
非原製作者,僅搬移

## 使用
```python
# 簡中
load_dataset("/home/drc/dllm-training/wodu_dataset","zhs",split="train",streaming=True)
# 繁中 (使用opencc轉換)
load_dataset("/home/drc/dllm-training/wodu_dataset","zht",split="train",streaming=True)
```

## 原始連結
[Science Data Bank](https://www.scidb.cn/en/detail?dataSetId=c6a3fe684227415a9db8e21bac4a15ab)
## Cite
```
@misc{ c6a3fe684227415a9db8e21bac4a15ab,
  author       = {Zhao Xue and Hanyu Zhao and Sha Yuan and Yequan Wang},
  title        = {{WuDaoCorpora Text}},
  year         = 2022,
  month        = dec,
  publisher    = {Science Data Bank},
  version      = {V1},
  doi          = {10.57760/sciencedb.o00126.00004},
  url          = https://doi.org/10.57760/sciencedb.o00126.00004
}
```