Datasets:

Languages:
Chinese
Tags:
Not-For-All-Audiences
License:
Limour commited on
Commit
4f41d7e
1 Parent(s): bcc84fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -8,6 +8,9 @@ tags:
8
  - not-for-all-audiences
9
  ---
10
  纯手工用眼睛和手细细切做臊子的中文长文本语料
 
 
 
11
  1. 清洗要求:`全角转半角` | `繁体转简体`
12
  2. 内部去重:`s/(.)\1{3,}/$1$1$1/g` | `s/(.{2,}?)\1{2,}/$1/g` | `s/(((^.*$)[\r\n]*){1,10}?)\1{1,}/$1/g`
13
  3. 杂项:`s/^([\x00-\x3e\x40-\xff]{1,4})[\x00-\xff]*:/$1:/g`
 
8
  - not-for-all-audiences
9
  ---
10
  纯手工用眼睛和手细细切做臊子的中文长文本语料
11
+
12
+ 下载:`$env:HF_ENDPOINT="https://hf-mirror.com"; python -c "from huggingface_hub import snapshot_download; snapshot_download(repo_id='sLimour/b-corpus', repo_type='dataset', local_dir=r'D:\datasets\tmp')"`
13
+
14
  1. 清洗要求:`全角转半角` | `繁体转简体`
15
  2. 内部去重:`s/(.)\1{3,}/$1$1$1/g` | `s/(.{2,}?)\1{2,}/$1/g` | `s/(((^.*$)[\r\n]*){1,10}?)\1{1,}/$1/g`
16
  3. 杂项:`s/^([\x00-\x3e\x40-\xff]{1,4})[\x00-\xff]*:/$1:/g`