Training in progress, epoch 1
Browse files- config.json +1 -2
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -6,7 +6,6 @@
|
|
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,7 +47,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 |
"bos_token_id": 1,
|
10 |
"classifier_proj_size": 256,
|
11 |
"conv_bias": false,
|
|
|
47 |
"final_dropout": 0.0,
|
48 |
"hidden_act": "gelu",
|
49 |
"hidden_dropout": 0.1,
|
50 |
+
"hidden_dropout_prob": 0.5,
|
51 |
"hidden_size": 768,
|
52 |
"id2label": {
|
53 |
"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:eb64284902da2666f0203ab84c59df71957e8bb8a3eb2f4e0ad729bc5d9f34e9
|
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:e4115e570022155b65ae69410427d99719dc6028ad247f719731290be9f4b7c8
|
3 |
size 4091
|