End of training
Browse files- .gitignore +1 -0
- config.json +2 -2
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"architectures": [
|
@@ -36,7 +36,7 @@
|
|
36 |
"scale_embedding": false,
|
37 |
"suppress_tokens": [],
|
38 |
"torch_dtype": "float32",
|
39 |
-
"transformers_version": "4.
|
40 |
"use_cache": false,
|
41 |
"vocab_size": 51865
|
42 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/ml_disk/home/saiteja.malyala/projects/whisper/outdir/2022-12-08_00-59-06/checkpoint-2500",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"architectures": [
|
|
|
36 |
"scale_embedding": false,
|
37 |
"suppress_tokens": [],
|
38 |
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.24.0",
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49b0d277268dccb772d856ec663512ac845b80db9e6c929ff9a2fd292f554b25
|
3 |
+
size 967102601
|
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:21a6fcd5eb8aa780bb0775eef9bdcf8211c0bb83de076c62a5bb0ab2a1d3ad51
|
3 |
+
size 3515
|