wj-inf commited on
Commit
c9701bb
·
verified ·
1 Parent(s): 0779f68

Upload folder using huggingface_hub

Browse files
__pycache__/base_info.cpython-312.pyc ADDED
Binary file (31.7 kB). View file
 
data_format_prepare.py CHANGED
@@ -4,7 +4,7 @@ import json
4
 
5
 
6
  # 替换 response 中的中文
7
- def replace_keys(d, mapping):
8
  if isinstance(d, dict):
9
  # 替换字典中的键
10
  return {mapping.get(k, k): replace_keys(v, mapping) for k, v in d.items()}
 
4
 
5
 
6
  # 替换 response 中的中文
7
+ def replace_keys(d, mapping=cn_en_map):
8
  if isinstance(d, dict):
9
  # 替换字典中的键
10
  return {mapping.get(k, k): replace_keys(v, mapping) for k, v in d.items()}
magic_mirror_data_test.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ee5dd13042d390aa9ba0bc9a78f393b2a838bab3477e11243149e59a1811b66
3
- size 16189276
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f21f1f56454a517f4f23bf9f79b80462436ba51be265272e7b2542d10ee002a
3
+ size 16167427
magic_mirror_data_train.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b08361d0e6a543ec28da7943541b520b9961556666da301a5c9755493739f9fb
3
- size 302858603
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:608b3d29019886b7928a9da816a8a9befdd6f4929e497a968956331edae85271
3
+ size 302323382