End of training
Browse files
.ipynb_checkpoints/README-checkpoint.md
CHANGED
@@ -18,8 +18,8 @@ model-index:
|
|
18 |
dataset:
|
19 |
name: Common Voice 11.0, FLEURS
|
20 |
type: mozilla-foundation/common_voice_11_0
|
21 |
-
config:
|
22 |
-
split:
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
|
|
18 |
dataset:
|
19 |
name: Common Voice 11.0, FLEURS
|
20 |
type: mozilla-foundation/common_voice_11_0
|
21 |
+
config: et, et_ee
|
22 |
+
split: train
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
.ipynb_checkpoints/merges-checkpoint.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
.ipynb_checkpoints/preprocessor_config-checkpoint.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
.ipynb_checkpoints/tokenizer_config-checkpoint.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"bos_token": {
|
5 |
+
"__type": "AddedToken",
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"eos_token": {
|
13 |
+
"__type": "AddedToken",
|
14 |
+
"content": "<|endoftext|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": true,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
},
|
20 |
+
"errors": "replace",
|
21 |
+
"model_max_length": 1024,
|
22 |
+
"name_or_path": "openai/whisper-small",
|
23 |
+
"pad_token": null,
|
24 |
+
"processor_class": "WhisperProcessor",
|
25 |
+
"return_attention_mask": false,
|
26 |
+
"special_tokens_map_file": null,
|
27 |
+
"tokenizer_class": "WhisperTokenizer",
|
28 |
+
"unk_token": {
|
29 |
+
"__type": "AddedToken",
|
30 |
+
"content": "",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": true,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false
|
35 |
+
}
|
36 |
+
}
|
README.md
CHANGED
@@ -18,8 +18,8 @@ model-index:
|
|
18 |
dataset:
|
19 |
name: Common Voice 11.0, FLEURS
|
20 |
type: mozilla-foundation/common_voice_11_0
|
21 |
-
config:
|
22 |
-
split:
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
|
|
18 |
dataset:
|
19 |
name: Common Voice 11.0, FLEURS
|
20 |
type: mozilla-foundation/common_voice_11_0
|
21 |
+
config: et, et_ee
|
22 |
+
split: train
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|