laubonghaudoi commited on
Commit
944d92d
·
verified ·
1 Parent(s): 74184a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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("laubonghaudoi/zoengjyutgaai_saamgwokjinji")
75
  ```
76
 
77
  如果想單純將所有 wav 文件同對應嘅轉寫複製落嚟,可以跑下面嘅命令行嚟針對克隆個`wav/`路經,避免將成個 repo 都克隆落嚟浪費空間同下載時間:
78
 
79
  ```bash
80
- git clone --filter=blob:none --sparse https://huggingface.co/datasets/laubonghaudoi/zoengjyutgaai_saamgwokjinji
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("laubonghaudoi/zoengjyutgaai_saamgwokjinji")
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("laubonghaudoi/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/laubonghaudoi/zoengjyutgaai_saamgwokjinji
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