dllndvs commited on
Commit
d6e1154
·
verified ·
1 Parent(s): f6dd085

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +37 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +13 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ASTForAudioClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "dtype": "float32",
7
+ "frequency_stride": 10,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "chihuahua",
13
+ "1": "german_shepherd",
14
+ "2": "husky",
15
+ "3": "pitbull",
16
+ "4": "shiba_inu"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "chihuahua": 0,
22
+ "german_shepherd": 1,
23
+ "husky": 2,
24
+ "pitbull": 3,
25
+ "shiba_inu": 4
26
+ },
27
+ "layer_norm_eps": 1e-12,
28
+ "max_length": 1024,
29
+ "model_type": "audio-spectrogram-transformer",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "num_mel_bins": 128,
33
+ "patch_size": 16,
34
+ "qkv_bias": true,
35
+ "time_stride": 10,
36
+ "transformers_version": "4.57.5"
37
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25c7e3259b3c0b7e3210b951b54ce0c550dfb69dd03f5bae129f2b111c368f42
3
+ size 344799268
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
+ }