007ask commited on
Commit
7f5f8b3
·
verified ·
1 Parent(s): d413e9b

Upload NeMo manifests

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.md +53 -0
  3. test_manifest.json +0 -0
  4. train_manifest.json +3 -0
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ train_manifest.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ta
4
+ task_categories:
5
+ - automatic-speech-recognition
6
+ tags:
7
+ - audio
8
+ - speech
9
+ - nemo
10
+ - manifest
11
+ dataset_info:
12
+ splits:
13
+ - name: train
14
+ - name: test
15
+ features:
16
+ - name: audio_filepath
17
+ dtype: string
18
+ - name: duration
19
+ dtype: float64
20
+ - name: text
21
+ dtype: string
22
+ - name: target_lang
23
+ dtype: string
24
+ ---
25
+
26
+ # Audio Clips Dataset
27
+
28
+ NeMo-style ASR manifest dataset generated from `pod_mba`.
29
+
30
+ The dataset stores clipped WAV files under numbered `wavs/` subfolders and JSONL
31
+ manifests at `train_manifest.json` and `test_manifest.json`. Rows are
32
+ deterministically split into train/test with approximately 1% in
33
+ `test`.
34
+
35
+ ## Columns
36
+
37
+ - `audio_filepath`: relative path to the clipped WAV file
38
+ - `duration`: clip duration in seconds
39
+ - `text`: transcript text
40
+ - `target_lang`: target language tag, set to `ta-IN`
41
+
42
+ WAV files are bucketed into numbered folders with up to 1000
43
+ files per folder, for example `wavs/000/...wav`, `wavs/001/...wav`, and so on.
44
+
45
+ ## Usage
46
+
47
+ ```bash
48
+ python your_nemo_training_script.py \
49
+ --train_manifest train_manifest.json \
50
+ --test_manifest test_manifest.json
51
+ ```
52
+
53
+ Each WAV is mono audio resampled to 16000 Hz.
test_manifest.json ADDED
The diff for this file is too large to render. See raw diff
 
train_manifest.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eef5f71007813d1d06d44f3042bb6da7d527752dfc7f5b239ab29d30dd0a3d31
3
+ size 42079919