magnjorg commited on
Commit
5a30020
·
1 Parent(s): 20af091

Training in progress, epoch 0

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +54 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MIT/ast-finetuned-audioset-10-10-0.4593",
3
+ "architectures": [
4
+ "ASTForAudioClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "frequency_stride": 10,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "overdrive",
13
+ "1": "distortion",
14
+ "10": "low reduct",
15
+ "11": "high boost",
16
+ "12": "high reduct",
17
+ "2": "chorus",
18
+ "3": "flanger",
19
+ "4": "phaser",
20
+ "5": "tremolo",
21
+ "6": "reverb",
22
+ "7": "feedback delay",
23
+ "8": "slapback delay",
24
+ "9": "low boost"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "chorus": "2",
30
+ "distortion": "1",
31
+ "feedback delay": "7",
32
+ "flanger": "3",
33
+ "high boost": "11",
34
+ "high reduct": "12",
35
+ "low boost": "9",
36
+ "low reduct": "10",
37
+ "overdrive": "0",
38
+ "phaser": "4",
39
+ "reverb": "6",
40
+ "slapback delay": "8",
41
+ "tremolo": "5"
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "max_length": 1024,
45
+ "model_type": "audio-spectrogram-transformer",
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 12,
48
+ "num_mel_bins": 128,
49
+ "patch_size": 16,
50
+ "qkv_bias": true,
51
+ "time_stride": 10,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.30.2"
54
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b306618697bf77570a55a25ad4ad6cfc8514da2c13c5aa9a51033cf155ac24d5
3
+ size 344909825
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab821727f45f53f9ef9e46a8fc6e34273deade63e46425c61aead37292b8cd43
3
+ size 3963