Training in progress, step 500
Browse files- config.json +1 -1
- preprocessor_config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"architectures": [
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "whisper-small-german",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"architectures": [
|
preprocessor_config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"hop_length": 160,
|
6 |
"mel_filters": [
|
7 |
[
|
8 |
-
0.0,
|
9 |
0.02486259490251541,
|
10 |
0.0,
|
11 |
0.0,
|
|
|
5 |
"hop_length": 160,
|
6 |
"mel_filters": [
|
7 |
[
|
8 |
+
-0.0,
|
9 |
0.02486259490251541,
|
10 |
0.0,
|
11 |
0.0,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c668fec5f6dbd68919da44aae8d0d23511630eeef109bb40df893c25fd2994ef
|
3 |
+
size 967102601
|
tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 1024,
|
22 |
-
"name_or_path": "
|
23 |
"pad_token": null,
|
24 |
"processor_class": "WhisperProcessor",
|
25 |
"return_attention_mask": false,
|
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 1024,
|
22 |
+
"name_or_path": "whisper-small-german",
|
23 |
"pad_token": null,
|
24 |
"processor_class": "WhisperProcessor",
|
25 |
"return_attention_mask": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b88ffcfcdb55fa95751580ae0680b88df53fe39ce83270cf1587b50f72a3eb33
|
3 |
+
size 3579
|