growingpenguin commited on
Commit
33ac088
1 Parent(s): 1b89a32

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Angry",
13
+ "1": "Happy",
14
+ "2": "Neutral"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "Angry": "0",
20
+ "Happy": "1",
21
+ "Neutral": "2"
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_length": 1024,
25
+ "model_type": "audio-spectrogram-transformer",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "num_mel_bins": 128,
29
+ "patch_size": 16,
30
+ "problem_type": "single_label_classification",
31
+ "qkv_bias": true,
32
+ "time_stride": 10,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.41.0"
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e37a7607beaf69903d03c14713d156d8ed13f317741f4750c88bebf116887c3
3
+ size 344793116
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
+ }
runs/May22_16-47-01_b010e9816285/events.out.tfevents.1716396422.b010e9816285.1263.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb050ca65fd3267356b4e38c9faf73f8f2fbadf2df999649312f3c07d26cb8a1
3
+ size 5291
runs/May22_16-48-01_b010e9816285/events.out.tfevents.1716396481.b010e9816285.1263.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15efa865edac5ad43ba376ab85a8d9844321175d9cd453b3b01fb14c7431b472
3
+ size 5340
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b577f677ae2c2b6f881567180548169355bfdeea6dcb717a3b85c946543004d
3
+ size 5112