File size: 1,213 Bytes
92551a7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3849711
 
 
 
 
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
---
dataset_info:
  config_name: hi
  features:
  - name: path
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: sentence
    dtype: string
  - name: condition_on_prev
    sequence: int64
  - name: whisper_transcript
    dtype: string
  splits:
  - name: train
    num_bytes: 634978222.0
    num_examples: 717
  - name: validation
    num_bytes: 359634707.0
    num_examples: 405
  - name: test
    num_bytes: 501454543.0
    num_examples: 575
  download_size: 1400598630
  dataset_size: 1496067472.0
configs:
- config_name: hi
  data_files:
  - split: train
    path: hi/train-*
  - split: validation
    path: hi/validation-*
  - split: test
    path: hi/test-*
---

# Common Voice 16.1 Hindi Pseudo-Labelled

This is the [Common Voice 16.1](https://huggingface.co/datasets/mozilla-foundation/common_voice_16_1) Hindi split pseudo-labelled using the [Whisper large-v3](https://huggingface.co/openai/whisper-large-v3) model, according to the instructions detailed 
in the Distil-Whisper repository. To reproduce this pseudo-labelling run, follow the instructions detailed [here](https://github.com/huggingface/distil-whisper/tree/main/training#1-pseudo-labelling).