Training in progress, step 10
Browse files- config.json +2 -2
- pytorch_model.bin +1 -1
- tokenizer_config.json +0 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
"scale_embedding": false,
|
37 |
"suppress_tokens": [],
|
38 |
"torch_dtype": "float32",
|
39 |
-
"transformers_version": "4.
|
40 |
-
"use_cache":
|
41 |
"vocab_size": 51865
|
42 |
}
|
|
|
36 |
"scale_embedding": false,
|
37 |
"suppress_tokens": [],
|
38 |
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.25.1",
|
40 |
+
"use_cache": false,
|
41 |
"vocab_size": 51865
|
42 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 967102601
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c65cbfad1da51bf52f490f220661e8603d99bf4ec2b12dcb5f30bcbf4cd89b0
|
3 |
size 967102601
|
tokenizer_config.json
CHANGED
@@ -18,14 +18,12 @@
|
|
18 |
"single_word": false
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
-
"language": "Telugu",
|
22 |
"model_max_length": 1024,
|
23 |
"name_or_path": "openai/whisper-small",
|
24 |
"pad_token": null,
|
25 |
"processor_class": "WhisperProcessor",
|
26 |
"return_attention_mask": false,
|
27 |
"special_tokens_map_file": null,
|
28 |
-
"task": "transcribe",
|
29 |
"tokenizer_class": "WhisperTokenizer",
|
30 |
"unk_token": {
|
31 |
"__type": "AddedToken",
|
|
|
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",
|
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:0761470a40aebb0af7c01664dab4ee8584a68ea5acec579381ff18b746ab88f6
|
3 |
+
size 3579
|