vumichien commited on
Commit
3097861
1 Parent(s): 67861d8

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_08-25-49_9257361e3540/1669624046.3162115/events.out.tfevents.1669624046.9257361e3540.217.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de82bbc9af09a4acf5e08f571e94a0bd0110bc820e26ab4fbc45e91fc482a3b9
3
+ size 5560
runs/Nov28_08-25-49_9257361e3540/events.out.tfevents.1669624046.9257361e3540.217.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26861d1a5955d3137a78c548a9c0212c4c1bd342dc43fdf3f25a4c3435a26f9f
3
+ size 5775
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0dabdffe949b448ee65f8bd5009b2f30e7b5e6921897cade55533afd4637201
3
+ size 3439