minoosh commited on
Commit
74e9e89
1 Parent(s): 845358d

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +41 -0
  3. preprocessor_config.json +13 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "minoosh/ast-finetuned-audioset-10-10-0.4593-finetuned-ie",
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": "A",
13
+ "1": "H",
14
+ "2": "N",
15
+ "3": "S",
16
+ "4": "W",
17
+ "5": "F"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "A": "0",
23
+ "F": "5",
24
+ "H": "1",
25
+ "N": "2",
26
+ "S": "3",
27
+ "W": "4"
28
+ },
29
+ "layer_norm_eps": 1e-12,
30
+ "max_length": 1024,
31
+ "model_type": "audio-spectrogram-transformer",
32
+ "num_attention_heads": 12,
33
+ "num_hidden_layers": 12,
34
+ "num_mel_bins": 128,
35
+ "patch_size": 16,
36
+ "problem_type": "single_label_classification",
37
+ "qkv_bias": true,
38
+ "time_stride": 10,
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.27.4"
41
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "ASTFeatureExtractor",
4
+ "feature_size": 1,
5
+ "max_length": 1024,
6
+ "mean": -4.2677393,
7
+ "num_mel_bins": 128,
8
+ "padding_side": "right",
9
+ "padding_value": 0.0,
10
+ "return_attention_mask": false,
11
+ "sampling_rate": 16000,
12
+ "std": 4.5689974
13
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0039185fb25cfc641d1278f02a0fd5001f265fa1c9f44da75f6c4ffde0dbdb3
3
+ size 344847737
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:965200ddb11b490a03c533a658397487bb31996f9d6ebecb3c9717ae963925ea
3
+ size 3643