HoneyTian commited on
Commit
7404a90
·
1 Parent(s): 8721ae2
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -88,3 +88,12 @@ three second duration;
88
  | ms-MY | 35771 | 2774.8 | 46.25 |
89
  | pt-BR | 49306 | 3364.4 | 56.07 |
90
  | TOTAL | 107373 | 466635.0 | 129.62 |
 
 
 
 
 
 
 
 
 
 
88
  | ms-MY | 35771 | 2774.8 | 46.25 |
89
  | pt-BR | 49306 | 3364.4 | 56.07 |
90
  | TOTAL | 107373 | 466635.0 | 129.62 |
91
+
92
+
93
+ ### 其它
94
+
95
+ ```text
96
+ # clone 仓库时只创建傀儡文件而不真的下载大文件。
97
+ git lfs install --skip-smudge
98
+ git clone --depth 1 --single-branch https://huggingface.co/datasets/qgyd2021/nx_noise
99
+ ```