FrancescoBonzi
commited on
Commit
·
b07b503
1
Parent(s):
62f9ee0
Training in progress, step 50
Browse files
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": "FrancescoBonzi/whisper-tiny-en",
|
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:d8f28f5308c8354c3f078f19bbd82bf7696670e08974c73e4b4932e17b7c6f66
|
3 |
size 151098921
|
runs/Jul17_09-29-49_ip-10-10-16-129.ec2.internal/events.out.tfevents.1689586232.ip-10-10-16-129.ec2.internal
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:980bbfa96b61f13945344059a44fc1dde0d1d0835b847612c08063c26e7ca96d
|
3 |
+
size 6067
|
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 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e5580d23578c51b792f68adf66fbcebfb8d4377cc309c3c2a04e47db4abb49a
|
3 |
size 4091
|