Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +60 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.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:f4298b322e216841814d3b8193a3ba22cbbba0203eabc5a7fee9086398866a18
|
3 |
+
size 86873889
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c6a3514636b737d37e9870f695e213e825e255566395210ad5603c5b400593a
|
3 |
+
size 3439
|