Training in progress, epoch 0
Browse files- config.json +3 -3
- model.safetensors +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"architectures": [
|
10 |
"Wav2Vec2ForSequenceClassification"
|
11 |
],
|
12 |
-
"attention_dropout": 0.
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
"codevector_dim": 256,
|
@@ -69,7 +69,7 @@
|
|
69 |
"Southern": 2
|
70 |
},
|
71 |
"layer_norm_eps": 1e-05,
|
72 |
-
"layerdrop": 0.
|
73 |
"mask_channel_length": 10,
|
74 |
"mask_channel_min_space": 1,
|
75 |
"mask_channel_other": 0.0,
|
@@ -121,7 +121,7 @@
|
|
121 |
1
|
122 |
],
|
123 |
"torch_dtype": "float32",
|
124 |
-
"transformers_version": "4.
|
125 |
"use_weighted_layer_sum": false,
|
126 |
"vocab_size": 32,
|
127 |
"xvector_output_dim": 512
|
|
|
9 |
"architectures": [
|
10 |
"Wav2Vec2ForSequenceClassification"
|
11 |
],
|
12 |
+
"attention_dropout": 0.05,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
"codevector_dim": 256,
|
|
|
69 |
"Southern": 2
|
70 |
},
|
71 |
"layer_norm_eps": 1e-05,
|
72 |
+
"layerdrop": 0.05,
|
73 |
"mask_channel_length": 10,
|
74 |
"mask_channel_min_space": 1,
|
75 |
"mask_channel_other": 0.0,
|
|
|
121 |
1
|
122 |
],
|
123 |
"torch_dtype": "float32",
|
124 |
+
"transformers_version": "4.44.0",
|
125 |
"use_weighted_layer_sum": false,
|
126 |
"vocab_size": 32,
|
127 |
"xvector_output_dim": 512
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378303396
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0120e127747e2076e10a5f5eb6034c6951ab89328181fe7eef4dab79cf7cadc3
|
3 |
size 378303396
|
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:bf13230bd79c1fe47cabd79ee4a445073e3668e30a73d73449abf50ab42c1b77
|
3 |
+
size 5176
|