Training in progress, epoch 0
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "vumichien/nonsemantic-speech-trillsson3",
|
3 |
+
"architectures": [
|
4 |
+
"Trillsson_efficientForSequenceClassification"
|
5 |
+
],
|
6 |
+
"classifier_dropout_prob": 0.8,
|
7 |
+
"depth_divisible_by": 8,
|
8 |
+
"depth_multiplier": 1.0,
|
9 |
+
"drop_connect_rate": 0.2,
|
10 |
+
"expand_ratio": 6,
|
11 |
+
"f_max": 7500.0,
|
12 |
+
"f_min": 125.0,
|
13 |
+
"fft_length": null,
|
14 |
+
"finetuning_task": "audio-classification",
|
15 |
+
"hidden_act": "swish",
|
16 |
+
"hop_length_secs": 0.01,
|
17 |
+
"id2label": {
|
18 |
+
"0": "yes",
|
19 |
+
"1": "no",
|
20 |
+
"10": "_silence_",
|
21 |
+
"11": "_unknown_",
|
22 |
+
"2": "up",
|
23 |
+
"3": "down",
|
24 |
+
"4": "left",
|
25 |
+
"5": "right",
|
26 |
+
"6": "on",
|
27 |
+
"7": "off",
|
28 |
+
"8": "stop",
|
29 |
+
"9": "go"
|
30 |
+
},
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"label2id": {
|
33 |
+
"_silence_": "10",
|
34 |
+
"_unknown_": "11",
|
35 |
+
"down": "3",
|
36 |
+
"go": "9",
|
37 |
+
"left": "4",
|
38 |
+
"no": "1",
|
39 |
+
"off": "7",
|
40 |
+
"on": "6",
|
41 |
+
"right": "5",
|
42 |
+
"stop": "8",
|
43 |
+
"up": "2",
|
44 |
+
"yes": "0"
|
45 |
+
},
|
46 |
+
"log_additive_offset": 0.001,
|
47 |
+
"log_floor": 1e-12,
|
48 |
+
"min_depth": 8,
|
49 |
+
"model_type": "trillsson_efficient",
|
50 |
+
"norm_eps": 0.001,
|
51 |
+
"norm_momentum": 0.1,
|
52 |
+
"num_channels": 3,
|
53 |
+
"output_size": 1024,
|
54 |
+
"output_stride": 32,
|
55 |
+
"problem_type": "single_label_classification",
|
56 |
+
"tf_padding": true,
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.23.0.dev0",
|
59 |
+
"window_length_secs": 0.025
|
60 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10d027d1979bcd976f4f03f6cb4dc5c02b2bcb7c09a1b36912912895d06c95ec
|
3 |
+
size 86873889
|
runs/Nov28_21-42-20_3367f5396cf0/1669671834.3677828/events.out.tfevents.1669671834.3367f5396cf0.230.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8eb9b6292d97e01404da0247c61937bc5d1a50f54b03b8cedbf9afaec59ac6d
|
3 |
+
size 5551
|
runs/Nov28_21-42-20_3367f5396cf0/events.out.tfevents.1669671834.3367f5396cf0.230.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b5ee6126346929f935a23704385b817ad9aecd4a8e8099e3be4ac5b4978daa5
|
3 |
+
size 5766
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7041129fae3d494ee0f8477ebaa066ecc2c7e9bb9ad5d50041716aaef5b130b4
|
3 |
+
size 3439
|