abhisheksingh-7
commited on
Commit
•
bc410f2
1
Parent(s):
04f71c7
Training in progress, step 8000
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- runs/Apr26_07-59-57_cf51ec837bfa/1682496054.6305728/events.out.tfevents.1682496054.cf51ec837bfa.199.1 +3 -0
- runs/Apr26_07-59-57_cf51ec837bfa/1682503547.064905/events.out.tfevents.1682503547.cf51ec837bfa.199.3 +3 -0
- runs/Apr26_07-59-57_cf51ec837bfa/events.out.tfevents.1682496054.cf51ec837bfa.199.0 +3 -0
- runs/Apr26_07-59-57_cf51ec837bfa/events.out.tfevents.1682503547.cf51ec837bfa.199.2 +3 -0
- tokenizer_config.json +1 -0
- 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": "11785-ASR/whisper_finetune",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151098921
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2247c48f04f92a07366e14277e94e41eedee730d4bd3a983e06b090a0a88d92a
|
3 |
size 151098921
|
runs/Apr26_07-59-57_cf51ec837bfa/1682496054.6305728/events.out.tfevents.1682496054.cf51ec837bfa.199.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:245318a21f8e43509ea38ef0aa3c5450c57e05283e1d9f3357b5fb21cf07e5aa
|
3 |
+
size 6169
|
runs/Apr26_07-59-57_cf51ec837bfa/1682503547.064905/events.out.tfevents.1682503547.cf51ec837bfa.199.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f7a2cc9471c08853b4b42d0113753c3c1c171ba8ca6f77301cbb6330407227f
|
3 |
+
size 6169
|
runs/Apr26_07-59-57_cf51ec837bfa/events.out.tfevents.1682496054.cf51ec837bfa.199.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c6627bd9d47c4a65d59354b7833ae00e4448246514953bdb5ea22b17aea030d
|
3 |
+
size 26462
|
runs/Apr26_07-59-57_cf51ec837bfa/events.out.tfevents.1682503547.cf51ec837bfa.199.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:664be4a249f95b08e19f1c81444784c0697e8b1684ea9275329ec70ea974596e
|
3 |
+
size 55354
|
tokenizer_config.json
CHANGED
@@ -24,6 +24,7 @@
|
|
24 |
"processor_class": "WhisperProcessor",
|
25 |
"return_attention_mask": false,
|
26 |
"tokenizer_class": "WhisperTokenizer",
|
|
|
27 |
"unk_token": {
|
28 |
"__type": "AddedToken",
|
29 |
"content": "<|endoftext|>",
|
|
|
24 |
"processor_class": "WhisperProcessor",
|
25 |
"return_attention_mask": false,
|
26 |
"tokenizer_class": "WhisperTokenizer",
|
27 |
+
"trust_remote_code": false,
|
28 |
"unk_token": {
|
29 |
"__type": "AddedToken",
|
30 |
"content": "<|endoftext|>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d5cbb1b2435a9c6726dad303b5d057704e173a56cdf9cefd5dea61585170d70
|
3 |
size 4027
|