timothy-geiger
commited on
Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
"HubertForSequenceClassification"
|
7 |
],
|
8 |
"attention_dropout": 0.1,
|
|
|
9 |
"bos_token_id": 1,
|
10 |
"classifier_proj_size": 256,
|
11 |
"conv_bias": false,
|
@@ -47,6 +48,7 @@
|
|
47 |
"final_dropout": 0.0,
|
48 |
"hidden_act": "gelu",
|
49 |
"hidden_dropout": 0.1,
|
|
|
50 |
"hidden_size": 768,
|
51 |
"id2label": {
|
52 |
"0": "blues",
|
@@ -90,7 +92,7 @@
|
|
90 |
"num_hidden_layers": 2,
|
91 |
"pad_token_id": 0,
|
92 |
"torch_dtype": "float32",
|
93 |
-
"transformers_version": "4.
|
94 |
"use_weighted_layer_sum": false,
|
95 |
"vocab_size": 32
|
96 |
}
|
|
|
6 |
"HubertForSequenceClassification"
|
7 |
],
|
8 |
"attention_dropout": 0.1,
|
9 |
+
"attention_probs_dropout_prob": 0.5,
|
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.5,
|
52 |
"hidden_size": 768,
|
53 |
"id2label": {
|
54 |
"0": "blues",
|
|
|
92 |
"num_hidden_layers": 2,
|
93 |
"pad_token_id": 0,
|
94 |
"torch_dtype": "float32",
|
95 |
+
"transformers_version": "4.38.2",
|
96 |
"use_weighted_layer_sum": false,
|
97 |
"vocab_size": 32
|
98 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92025a6b7bdd8d2a663f7563e077cad6aab4596af38de937685f36ffea5318f4
|
3 |
+
size 94771728
|
runs/Mar07_13-41-16_b7f6c57d4117/events.out.tfevents.1709818878.b7f6c57d4117.546.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebd8f83e29e56c3bbef27046bf02d80067256c9fcb875b8660477f4c744bbd7e
|
3 |
+
size 10724
|
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:778823376796a170cf7bd6b50d86fd915a773f479da0205c61c2e310c5714715
|
3 |
+
size 4920
|