Training in progress, step 100
Browse files- config.json +1 -1
- generation_config.json +1 -6
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
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": "openai/whisper-base",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"architectures": [
|
generation_config.json
CHANGED
@@ -14,10 +14,6 @@
|
|
14 |
[
|
15 |
2,
|
16 |
50359
|
17 |
-
],
|
18 |
-
[
|
19 |
-
3,
|
20 |
-
50363
|
21 |
]
|
22 |
],
|
23 |
"is_multilingual": true,
|
@@ -219,6 +215,5 @@
|
|
219 |
"transcribe": 50359,
|
220 |
"translate": 50358
|
221 |
},
|
222 |
-
"transformers_version": "4.27.0.dev0"
|
223 |
-
"use_cache": false
|
224 |
}
|
|
|
14 |
[
|
15 |
2,
|
16 |
50359
|
|
|
|
|
|
|
|
|
17 |
]
|
18 |
],
|
19 |
"is_multilingual": true,
|
|
|
215 |
"transcribe": 50359,
|
216 |
"translate": 50358
|
217 |
},
|
218 |
+
"transformers_version": "4.27.0.dev0"
|
|
|
219 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 290458721
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c38157529bbc6827bcc8e0b75f510d276e92331140ac05f6efc7fa4d320ff0c
|
3 |
size 290458721
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3643
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a96810b985fbc0336da211a8d49a816cde166b41b0762a0a879a2f4f96a9801
|
3 |
size 3643
|