WpythonW commited on
Commit
0b82fbb
·
verified ·
1 Parent(s): 8de0523

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +25 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +13 -0
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_length": 1024,
15
+ "model_type": "audio-spectrogram-transformer",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "num_mel_bins": 128,
19
+ "patch_size": 16,
20
+ "problem_type": "multi_label_classification",
21
+ "qkv_bias": true,
22
+ "time_stride": 10,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.44.2"
25
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58007c9aaf753dbda089d09f7d62656320a50268c0bbf22e0942a7daf323762b
3
+ size 344790040
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
+ }