File size: 992 Bytes
1c861ad
03271e3
 
1c861ad
 
 
 
4df7f31
 
 
1c861ad
70fbfe0
 
 
cd61d32
70fbfe0
 
 
cd61d32
7c5a5d2
 
 
 
 
 
 
 
 
 
 
 
 
 
1c861ad
 
7c5a5d2
f93df29
0afafab
7c5a5d2
f93df29
7c5a5d2
 
1c861ad
 
 
 
 
0afafab
 
1c861ad
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
---
language:
  - rcf
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: transcription_french
    dtype: string
  - name: transcription_creole
    dtype: string
  - name: prediction_small
    dtype: string
  - name: wer_small
    dtype: float64
  - name: prediction_large
    dtype: string
  - name: wer_large
    dtype: float64
  - name: bleu
    struct:
    - name: bleu
      dtype: float64
    - name: brevity_penalty
      dtype: float64
    - name: length_ratio
      dtype: float64
    - name: precisions
      sequence: float64
    - name: reference_length
      dtype: int64
    - name: translation_length
      dtype: int64
  splits:
  - name: train
    num_bytes: 216434499.595
    num_examples: 2809
  - name: validation
    num_bytes: 826183.0
    num_examples: 4
  download_size: 142881491
  dataset_size: 217260682.595
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---