alirzb commited on
Commit
3152a22
1 Parent(s): 10f2c45

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "None",
13
+ "1": "G1",
14
+ "2": "G2",
15
+ "3": "G4"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "G1": "1",
21
+ "G2": "2",
22
+ "G4": "3",
23
+ "None": "0"
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_length": 1024,
27
+ "model_type": "audio-spectrogram-transformer",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "num_mel_bins": 128,
31
+ "patch_size": 16,
32
+ "problem_type": "single_label_classification",
33
+ "qkv_bias": true,
34
+ "time_stride": 10,
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.36.2"
37
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:479a82803a2526379a370bdef4e4a97aac9083aa30e9fcccd8df93f801de688b
3
+ size 344796192
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67734b77dcb8459fcd70e06f5ad1fcffc45df79c8da47e2911cdc7b7c0533af4
3
+ size 4728