ganga4364 commited on
Commit
871da58
·
verified ·
1 Parent(s): c8224b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -22
README.md CHANGED
@@ -1,36 +1,47 @@
1
  ---
2
  license: mit
3
  ---
4
- Here's a refined and paraphrased version of your dataset description to make it clearer and more efficient:
5
 
6
- ---
 
 
 
 
 
 
 
 
 
 
7
 
8
- ## Description
 
 
 
 
 
 
 
 
 
9
 
10
- This repository contains the training data for the Tibetan Speech-To-Text (TTS) model, including metadata for each audio segment. Below is an overview of the dataset details and metadata descriptions.
11
 
12
- **Dataset Overview:**
13
- - **Total Pairs:** 1250609
14
- - **Total Duration:** 1406.93 hours
15
- - **Data Collection Date:** AUG 27, 2024, at 00:00:00 AM
16
- - **Quality Review:** All transcripts have been reviewed at least once by a separate reviewer in addition to the original transcriber.
17
 
18
- **Summary of Data by Department:**
 
 
 
 
 
 
 
19
 
20
- | Department | Description | Hours | Pairs |
21
- |------------|-------------------|----------|----------|
22
- | STT_AB | Audio Book | 224.91 | 174,518 |
23
- | STT_CS | Children Speech | 178.47 | 115,725 |
24
- | STT_HS | Historical Speech | 55.99 | 49,888 |
25
- | STT_MV | Movie | 193.27 | 112,756 |
26
- | STT_NS | Natural Speech | 272.67 | 202,116 |
27
- | STT_NW | News | 110.47 | 81,189 |
28
- | STT_PC | Podcast | 63.38 | 60,122 |
29
- | STT_TT | Tibetan Teaching | 307.78 | 454,295 |
30
 
 
31
 
32
- - **Hours**: Rounded to two decimal places.
33
- - **Pairs**: Represents the number of training samples in each department.
34
 
35
  **Transcription Quality Grades:**
36
 
 
1
  ---
2
  license: mit
3
  ---
 
4
 
5
+ # STT Training Data
6
+
7
+ This dataset is prepared for Speech-to-Text (STT) training. It contains audio files from different departments, each annotated with their transcription. The dataset is split by department and includes the duration of audio data per department.
8
+
9
+ ## Dataset Overview
10
+
11
+ - **Total Audio Files**: 1,391,020
12
+ - **Total Audio Length**: 1,576.76 hours
13
+ - **Total Audio collected data**: 18 OCT, 2024
14
+
15
+ ## Department-wise Statistics
16
 
17
+ | Department | Number of Audio Files | Total Audio Length (hours) |
18
+ |------------|-----------------------|----------------------------|
19
+ | STT_AB | 174,525 | 224.92 |
20
+ | STT_CS | 150,310 | 219.51 |
21
+ | STT_HS | 87,088 | 96.27 |
22
+ | STT_MV | 112,756 | 193.27 |
23
+ | STT_NS | 241,007 | 318.28 |
24
+ | STT_NW | 97,145 | 137.82 |
25
+ | STT_PC | 73,894 | 78.90 |
26
+ | STT_TT | 454,295 | 307.78 |
27
 
28
+ ## Total Audio Length by Department
29
 
30
+ The total audio length of each department in hours:
 
 
 
 
31
 
32
+ - **STT_AB**: 224.92 hours
33
+ - **STT_CS**: 219.51 hours
34
+ - **STT_HS**: 96.27 hours
35
+ - **STT_MV**: 193.27 hours
36
+ - **STT_NS**: 318.28 hours
37
+ - **STT_NW**: 137.82 hours
38
+ - **STT_PC**: 78.90 hours
39
+ - **STT_TT**: 307.78 hours
40
 
41
+ ## Total Audio Length
 
 
 
 
 
 
 
 
 
42
 
43
+ The combined audio length across all departments is **1,576.76 hours**.
44
 
 
 
45
 
46
  **Transcription Quality Grades:**
47