Commit ·
fe0e55d
1
Parent(s): 4d5e5ab
Training in progress, step 1000
Browse files- config.json +1 -1
- model.safetensors +1 -1
- special_tokens_map.json +2 -2
- 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 |
"apply_spec_augment": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "imvladikon/whisper-medium-he",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"apply_spec_augment": false,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3055544304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c252177833aec05f712b5f24af0eecb44329598104bb08afac595980f586be1
|
| 3 |
size 3055544304
|
special_tokens_map.json
CHANGED
|
@@ -125,14 +125,14 @@
|
|
| 125 |
"pad_token": {
|
| 126 |
"content": "<|endoftext|>",
|
| 127 |
"lstrip": false,
|
| 128 |
-
"normalized":
|
| 129 |
"rstrip": false,
|
| 130 |
"single_word": false
|
| 131 |
},
|
| 132 |
"unk_token": {
|
| 133 |
"content": "",
|
| 134 |
"lstrip": false,
|
| 135 |
-
"normalized":
|
| 136 |
"rstrip": false,
|
| 137 |
"single_word": false
|
| 138 |
}
|
|
|
|
| 125 |
"pad_token": {
|
| 126 |
"content": "<|endoftext|>",
|
| 127 |
"lstrip": false,
|
| 128 |
+
"normalized": true,
|
| 129 |
"rstrip": false,
|
| 130 |
"single_word": false
|
| 131 |
},
|
| 132 |
"unk_token": {
|
| 133 |
"content": "",
|
| 134 |
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
"rstrip": false,
|
| 137 |
"single_word": false
|
| 138 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ba0faf9dd70a63866eba6a63e0332682b9741e720aa8aafcf3077babc526a35
|
| 3 |
size 4792
|