crossdelenna
commited on
Commit
•
44bdd54
1
Parent(s):
af89f62
Training in progress, step 72
Browse files- .gitignore +1 -0
- config.json +1 -1
- preprocessor_config.json +0 -1
- pytorch_model.bin +1 -1
- runs/Aug21_08-42-48_5325b8bf264b/1661072828.855562/events.out.tfevents.1661072828.5325b8bf264b.71.1 +3 -0
- runs/Aug21_08-42-48_5325b8bf264b/events.out.tfevents.1661072828.5325b8bf264b.71.0 +3 -0
- training_args.bin +1 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"activation_dropout": 0.1,
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "crossdelenna/wav2vec2-large-en-in-lm",
|
3 |
"activation_dropout": 0.1,
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
preprocessor_config.json
CHANGED
@@ -4,7 +4,6 @@
|
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0.0,
|
7 |
-
"processor_class": "Wav2Vec2ProcessorWithLM",
|
8 |
"return_attention_mask": true,
|
9 |
"sampling_rate": 16000
|
10 |
}
|
|
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0.0,
|
|
|
7 |
"return_attention_mask": true,
|
8 |
"sampling_rate": 16000
|
9 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262057521
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d854d0966589563c28b3e979980a91d89d8816cd279a549ea4182dadbd76fe86
|
3 |
size 1262057521
|
runs/Aug21_08-42-48_5325b8bf264b/1661072828.855562/events.out.tfevents.1661072828.5325b8bf264b.71.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3112bd47bddcf8a73e16550636bc76e3536d5344a3314baeb290d63de65aaba
|
3 |
+
size 4783
|
runs/Aug21_08-42-48_5325b8bf264b/events.out.tfevents.1661072828.5325b8bf264b.71.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46d40dcf1449208038e43eb076f4566e0d8adad50429d7879aa01cc6ef200147
|
3 |
+
size 5235
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3055
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1710a4877e7a06fdae41b32a56a4a25a07521aa1f7c6940261734fba3b2a7a86
|
3 |
size 3055
|