xpariz10 commited on
Commit
0d62d84
1 Parent(s): 709a855

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +43 -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,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "insects",
13
+ "1": "rain",
14
+ "2": "sea_waves",
15
+ "3": "crickets",
16
+ "4": "chirping_birds",
17
+ "5": "wind",
18
+ "6": "thunderstorm"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "chirping_birds": "4",
24
+ "crickets": "3",
25
+ "insects": "0",
26
+ "rain": "1",
27
+ "sea_waves": "2",
28
+ "thunderstorm": "6",
29
+ "wind": "5"
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "max_length": 1024,
33
+ "model_type": "audio-spectrogram-transformer",
34
+ "num_attention_heads": 12,
35
+ "num_hidden_layers": 12,
36
+ "num_mel_bins": 128,
37
+ "patch_size": 16,
38
+ "problem_type": "single_label_classification",
39
+ "qkv_bias": true,
40
+ "time_stride": 10,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.27.4"
43
+ }
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:505b2b58520a5355ba42916af07c058d38997bb44b4435f9919a040c27784b9b
3
+ size 344850809
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5c3316982b500690e43f9a806f1f5f063764d6525402489b3ff7cf9f4e4b9a4
3
+ size 3643