Datasets:
				
			
			
	
			
			
	
		
		File size: 3,820 Bytes
			
			76b4c62 4042416 af2f169 3d5bece 1af0b73 4042416 4c0e521 1af0b73 833dc59 14ba410 fd026d2 32fc12a f99b6f6 4042416 af2f169 3d5bece 4042416 4c0e521 1af0b73 833dc59 14ba410 fd026d2 32fc12a f99b6f6 76b4c62  | 
								1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191  | 
								---
license: apache-2.0
dataset_info:
- config_name: commonvoice
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: words
    sequence: string
  - name: word_start
    sequence: float64
  - name: word_end
    sequence: float64
  - name: entity_start
    sequence: int64
  - name: entity_end
    sequence: int64
  - name: entity_label
    sequence: string
  splits:
  - name: train
    num_bytes: 43744079378.659
    num_examples: 948733
  - name: valid
    num_bytes: 722372503.994
    num_examples: 16353
  download_size: 39798988113
  dataset_size: 44466451882.653
- config_name: libris
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: words
    sequence: string
  - name: word_start
    sequence: float64
  - name: word_end
    sequence: float64
  - name: entity_start
    sequence: int64
  - name: entity_end
    sequence: int64
  - name: entity_label
    sequence: string
  splits:
  - name: train
    num_bytes: 63849575890.896
    num_examples: 281241
  - name: valid
    num_bytes: 793442600.643
    num_examples: 5559
  download_size: 61361142328
  dataset_size: 64643018491.539
- config_name: mustc
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: words
    sequence: string
  - name: word_start
    sequence: float64
  - name: word_end
    sequence: float64
  - name: entity_start
    sequence: int64
  - name: entity_end
    sequence: int64
  - name: entity_label
    sequence: string
  splits:
  - name: train
    num_bytes: 55552777413.1
    num_examples: 248612
  - name: valid
    num_bytes: 313397447.704
    num_examples: 1408
  download_size: 52028374666
  dataset_size: 55866174860.804
- config_name: tedlium
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: words
    sequence: string
  - name: word_start
    sequence: float64
  - name: word_end
    sequence: float64
  - name: entity_start
    sequence: int64
  - name: entity_end
    sequence: int64
  - name: entity_label
    sequence: string
  splits:
  - name: train
    num_bytes: 56248950771.568
    num_examples: 268216
  - name: valid
    num_bytes: 321930549.928
    num_examples: 1456
  download_size: 52557126451
  dataset_size: 56570881321.496
- config_name: voxpopuli
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: words
    sequence: string
  - name: word_start
    sequence: float64
  - name: word_end
    sequence: float64
  - name: entity_start
    sequence: int64
  - name: entity_end
    sequence: int64
  - name: entity_label
    sequence: string
  splits:
  - name: train
    num_bytes: 118516424284.524
    num_examples: 182463
  - name: valid
    num_bytes: 1144543020.808
    num_examples: 1842
  download_size: 98669668241
  dataset_size: 119660967305.332
configs:
- config_name: commonvoice
  data_files:
  - split: train
    path: commonvoice/train-*
  - split: valid
    path: commonvoice/valid-*
- config_name: libris
  data_files:
  - split: train
    path: libris/train-*
  - split: valid
    path: libris/valid-*
- config_name: mustc
  data_files:
  - split: train
    path: mustc/train-*
  - split: valid
    path: mustc/valid-*
- config_name: tedlium
  data_files:
  - split: train
    path: tedlium/train-*
  - split: valid
    path: tedlium/valid-*
- config_name: voxpopuli
  data_files:
  - split: train
    path: voxpopuli/train-*
  - split: valid
    path: voxpopuli/valid-*
---
 |