Datasets:
laubonghaudoi
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -71,13 +71,13 @@ TTS 效果演示:https://huggingface.co/spaces/laubonghaudoi/zoengjyutgaai_tts
|
|
71 |
```python
|
72 |
from datasets import load_dataset
|
73 |
|
74 |
-
ds = load_dataset("
|
75 |
```
|
76 |
|
77 |
如果想單純將所有 wav 文件同對應嘅轉寫複製落嚟,可以跑下面嘅命令行嚟針對克隆個`wav/`路經,避免將成個 repo 都克隆落嚟浪費空間同下載時間:
|
78 |
|
79 |
```bash
|
80 |
-
git clone --filter=blob:none --sparse https://huggingface.co/datasets/
|
81 |
|
82 |
cd zoengjyutgaai_saamgwokjinji
|
83 |
|
@@ -105,7 +105,7 @@ dataset['train'][0]
|
|
105 |
# 準備好個 token 嚟登入
|
106 |
login()
|
107 |
# 推上 HuggingFace datasets
|
108 |
-
dataset.push_to_hub("
|
109 |
```
|
110 |
|
111 |
### 將`.webm`無損轉為`.wav`
|
@@ -145,13 +145,13 @@ To use this dataset, simply run in Python:
|
|
145 |
```python
|
146 |
from datasets import load_dataset
|
147 |
|
148 |
-
ds = load_dataset("
|
149 |
```
|
150 |
|
151 |
To save space and downloading time and avoid clonin the entire repo, you can selectively clone only the `wav./` directory which contains all the wav files and transcriptions:
|
152 |
|
153 |
```bash
|
154 |
-
git clone --filter=blob:none --sparse https://huggingface.co/datasets/
|
155 |
|
156 |
cd zoengjyutgaai_saamgwokjinji
|
157 |
|
|
|
71 |
```python
|
72 |
from datasets import load_dataset
|
73 |
|
74 |
+
ds = load_dataset("CanCLID/zoengjyutgaai_saamgwokjinji")
|
75 |
```
|
76 |
|
77 |
如果想單純將所有 wav 文件同對應嘅轉寫複製落嚟,可以跑下面嘅命令行嚟針對克隆個`wav/`路經,避免將成個 repo 都克隆落嚟浪費空間同下載時間:
|
78 |
|
79 |
```bash
|
80 |
+
git clone --filter=blob:none --sparse https://huggingface.co/datasets/CanCLID/zoengjyutgaai_saamgwokjinji
|
81 |
|
82 |
cd zoengjyutgaai_saamgwokjinji
|
83 |
|
|
|
105 |
# 準備好個 token 嚟登入
|
106 |
login()
|
107 |
# 推上 HuggingFace datasets
|
108 |
+
dataset.push_to_hub("CanCLID/zoengjyutgaai_saamgwokjinji")
|
109 |
```
|
110 |
|
111 |
### 將`.webm`無損轉為`.wav`
|
|
|
145 |
```python
|
146 |
from datasets import load_dataset
|
147 |
|
148 |
+
ds = load_dataset("CanCLID/zoengjyutgaai_saamgwokjinji")
|
149 |
```
|
150 |
|
151 |
To save space and downloading time and avoid clonin the entire repo, you can selectively clone only the `wav./` directory which contains all the wav files and transcriptions:
|
152 |
|
153 |
```bash
|
154 |
+
git clone --filter=blob:none --sparse https://huggingface.co/datasets/CanCLID/zoengjyutgaai_saamgwokjinji
|
155 |
|
156 |
cd zoengjyutgaai_saamgwokjinji
|
157 |
|