Training in progress, epoch 1
Browse files- config.json +2 -2
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
"HubertForSequenceClassification"
|
7 |
],
|
8 |
"attention_dropout": 0.1,
|
9 |
-
"attention_probs_dropout_prob": 0.
|
10 |
"bos_token_id": 1,
|
11 |
"classifier_proj_size": 256,
|
12 |
"conv_bias": false,
|
@@ -48,7 +48,7 @@
|
|
48 |
"final_dropout": 0.0,
|
49 |
"hidden_act": "gelu",
|
50 |
"hidden_dropout": 0.1,
|
51 |
-
"hidden_dropout_prob": 0.
|
52 |
"hidden_size": 768,
|
53 |
"id2label": {
|
54 |
"0": "blues",
|
|
|
6 |
"HubertForSequenceClassification"
|
7 |
],
|
8 |
"attention_dropout": 0.1,
|
9 |
+
"attention_probs_dropout_prob": 0.2,
|
10 |
"bos_token_id": 1,
|
11 |
"classifier_proj_size": 256,
|
12 |
"conv_bias": false,
|
|
|
48 |
"final_dropout": 0.0,
|
49 |
"hidden_act": "gelu",
|
50 |
"hidden_dropout": 0.1,
|
51 |
+
"hidden_dropout_prob": 0.2,
|
52 |
"hidden_size": 768,
|
53 |
"id2label": {
|
54 |
"0": "blues",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94783376
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9f70dc06ab67ddf8c3b40efe56ba3c48f8a6ba19a3b18945f26d46c85e04f05
|
3 |
size 94783376
|
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:a53c92b9f473252a5dc50f3631ceba627fbba0b56931bea1a22f8d17666271f9
|
3 |
size 4091
|