SarwarShafee commited on
Commit
26b42ab
1 Parent(s): 1a99978

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -56,9 +56,6 @@ An example of a data instance looks as follows:
56
  ```
57
  {
58
  "id": 0,
59
- "channel_id": "UCPREnbhKQP-hsVfsfKP-mCw",
60
- "channel_name": "NEWS24",
61
- "video_id": "2kux6rFXMeM",
62
  "audio_path": "data/train/wav/UCPREnbhKQP-hsVfsfKP-mCw_id_2kux6rFXMeM_85.wav",
63
  "transcription": "পরীক্ষার মূল্য তালিকা উন্মুক্ত স্থানে প্রদর্শনের আদেশ দেন এই আদেশ পাওয়ার",
64
  "duration": 5.055
@@ -67,12 +64,9 @@ An example of a data instance looks as follows:
67
  ### Data Fields
68
  The data fields are written below.
69
  - **id** (int): ID of audio sample
70
- - **num_samples** (int): Number of float values
71
- - **path** (str): Path to the audio file
72
- - **audio** (dict): Audio object including loaded audio array, sampling rate and path ot audio
73
- - **raw_transcription** (str): The non-normalized transcription of the audio file
74
  - **transcription** (str): Transcription of the audio file
75
- - **lang_id** (int): Class id of language
76
 
77
  ### Dataset Creation
78
  The dataset was developed using a pseudo-labeling approach.
 
56
  ```
57
  {
58
  "id": 0,
 
 
 
59
  "audio_path": "data/train/wav/UCPREnbhKQP-hsVfsfKP-mCw_id_2kux6rFXMeM_85.wav",
60
  "transcription": "পরীক্ষার মূল্য তালিকা উন্মুক্ত স্থানে প্রদর্শনের আদেশ দেন এই আদেশ পাওয়ার",
61
  "duration": 5.055
 
64
  ### Data Fields
65
  The data fields are written below.
66
  - **id** (int): ID of audio sample
67
+ - **audio_path** (str): Path to the audio file
 
 
 
68
  - **transcription** (str): Transcription of the audio file
69
+ - **duration** : 5.055
70
 
71
  ### Dataset Creation
72
  The dataset was developed using a pseudo-labeling approach.