Hemg commited on
Commit
fa88f98
1 Parent(s): 9a583e0

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "artifact",
13
+ "1": "extrahls",
14
+ "2": "extrastole",
15
+ "3": "murmur",
16
+ "4": "normal"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "artifact": "0",
22
+ "extrahls": "1",
23
+ "extrastole": "2",
24
+ "murmur": "3",
25
+ "normal": "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
+ "problem_type": "single_label_classification",
35
+ "qkv_bias": true,
36
+ "time_stride": 10,
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.39.3"
39
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2554d3277fb8b84ac15cafaa47fbe73864f78cedae485d8c9aa57f8bf1e14127
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": true,
11
+ "sampling_rate": 16000,
12
+ "std": 4.5689974
13
+ }
runs/Apr15_02-54-52_c2ef3de9d025/events.out.tfevents.1713149702.c2ef3de9d025.492.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01c6c4daa4fda6c02d0b468e4fdbe656ee900ee87dd361c1d2595ca35aa1f773
3
+ size 5366
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5939ba74dea3c760a6a3afeb0406caf2a593361ebca7a9d8011d7128707124bb
3
+ size 4920