MEscriva commited on
Commit
2838c8f
·
verified ·
1 Parent(s): a783439

Add transcriptions: 3,933 segments transcribed with OpenAI Whisper API, hallucinations removed (0.93%)

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -16,6 +16,44 @@ tags:
16
  - fine-tuning
17
  size_categories:
18
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
20
 
21
  # French Education Speech - Transcribed Dataset
 
16
  - fine-tuning
17
  size_categories:
18
  - 1K<n<10K
19
+ dataset_info:
20
+ features:
21
+ - name: id
22
+ dtype: string
23
+ - name: audio
24
+ dtype:
25
+ audio:
26
+ sampling_rate: 16000
27
+ - name: text
28
+ dtype: string
29
+ - name: duration
30
+ dtype: float32
31
+ - name: category
32
+ dtype: string
33
+ - name: quality
34
+ dtype: string
35
+ - name: source
36
+ dtype: string
37
+ - name: speaker_role
38
+ dtype: string
39
+ - name: domain
40
+ dtype: string
41
+ splits:
42
+ - name: train
43
+ num_bytes: 1397393290.44
44
+ num_examples: 3720
45
+ - name: validation
46
+ num_bytes: 81247861.0
47
+ num_examples: 213
48
+ download_size: 1433246274
49
+ dataset_size: 1478641151.44
50
+ configs:
51
+ - config_name: default
52
+ data_files:
53
+ - split: train
54
+ path: data/train-*
55
+ - split: validation
56
+ path: data/validation-*
57
  ---
58
 
59
  # French Education Speech - Transcribed Dataset