update gitignore; add gigaspeech

pull/694/head
Hui Zhang 3 years ago
parent e106f243b4
commit 8c0923b865

@ -1,4 +1,4 @@
*.tgz
manifest.*
*.meta
aidatatang_200zh/
aidatatang_200zh/

@ -1 +1,4 @@
data_aishell*
*.meta
manifest.*
*.tgz

@ -0,0 +1,10 @@
# [GigaSpeech](https://github.com/SpeechColab/GigaSpeech)
```
git clone https://github.com/SpeechColab/GigaSpeech.git
cd GigaSpeech
utils/gigaspeech_download.sh /disk1/audio_data/gigaspeech
toolkits/kaldi/gigaspeech_data_prep.sh --train-subset XL /disk1/audio_data/gigaspeech ../data
cd ..
```

@ -0,0 +1,13 @@
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

@ -0,0 +1,10 @@
#!/bin/bash
set -e
curdir=$PWD
test -d GigaSpeech || git clone https://github.com/SpeechColab/GigaSpeech.git
cd GigaSpeech
source env_vars.sh
utils/gigaspeech_download.sh ${curdir}/

@ -5,3 +5,5 @@ test-other
train-clean-100
train-clean-360
train-other-500
*.meta
manifest.*

@ -2,3 +2,4 @@ dev-clean/
manifest.dev-clean
manifest.train-clean
train-clean/
*.meta

@ -3,3 +3,4 @@ manifest.*
data_thchs30
resource
test-noise
*.meta

Loading…
Cancel
Save