p208p2002 commited on
Commit
ff0f97e
1 Parent(s): 6d00fb0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: zhs
4
+ default: true
5
+ data_files:
6
+ - split: train
7
+ path: data_zhs/*.json
8
+ - config_name: zht
9
+ data_files:
10
+ - split: train
11
+ path: data_zht/*.json
12
+ language:
13
+ - zh
14
+ ---
15
+
16
+ # 悟道(WuDao)資料集
17
+ 非原製作者,僅搬移
18
+
19
+ ## 使用
20
+ ```python
21
+ # 簡中
22
+ load_dataset("/home/drc/dllm-training/wodu_dataset","zhs",split="train",streaming=True)
23
+ # 繁中 (使用opencc轉換)
24
+ load_dataset("/home/drc/dllm-training/wodu_dataset","zht",split="train",streaming=True)
25
+ ```
26
+
27
+ ## 原始連結
28
+ [Science Data Bank](https://www.scidb.cn/en/detail?dataSetId=c6a3fe684227415a9db8e21bac4a15ab)
29
+ ## Cite
30
+ ```
31
+ @misc{ c6a3fe684227415a9db8e21bac4a15ab,
32
+ author = {Zhao Xue and Hanyu Zhao and Sha Yuan and Yequan Wang},
33
+ title = {{WuDaoCorpora Text}},
34
+ year = 2022,
35
+ month = dec,
36
+ publisher = {Science Data Bank},
37
+ version = {V1},
38
+ doi = {10.57760/sciencedb.o00126.00004},
39
+ url = https://doi.org/10.57760/sciencedb.o00126.00004
40
+ }
41
+ ```