NathanClonts
commited on
Commit
•
2fc008a
1
Parent(s):
abd9427
Training in progress, epoch 0
Browse files- config.json +4 -4
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/wav2vec2-base",
|
3 |
-
"activation_dropout": 0.
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
6 |
"adapter_stride": 2,
|
@@ -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,
|
@@ -51,10 +51,10 @@
|
|
51 |
"feat_extract_norm": "group",
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
-
"final_dropout": 0.
|
55 |
"freeze_feat_extract_train": true,
|
56 |
"hidden_act": "gelu",
|
57 |
-
"hidden_dropout": 0.
|
58 |
"hidden_size": 768,
|
59 |
"id2label": {
|
60 |
"0": "blues",
|
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/wav2vec2-base",
|
3 |
+
"activation_dropout": 0.3,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
6 |
"adapter_stride": 2,
|
|
|
9 |
"architectures": [
|
10 |
"Wav2Vec2ForSequenceClassification"
|
11 |
],
|
12 |
+
"attention_dropout": 0.3,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
"codevector_dim": 256,
|
|
|
51 |
"feat_extract_norm": "group",
|
52 |
"feat_proj_dropout": 0.1,
|
53 |
"feat_quantizer_dropout": 0.0,
|
54 |
+
"final_dropout": 0.3,
|
55 |
"freeze_feat_extract_train": true,
|
56 |
"hidden_act": "gelu",
|
57 |
+
"hidden_dropout": 0.3,
|
58 |
"hidden_size": 768,
|
59 |
"id2label": {
|
60 |
"0": "blues",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378310592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4fc6edcae724c2527a6be248c12d1bd2e02f2383d3c4b007827fd873861a4c2
|
3 |
size 378310592
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdb35b93075584e0ceca0ed40d290e2cd2783c966b7c07a8de382c2f5e4c61df
|
3 |
size 4920
|