Training in progress, epoch 4
Browse files
config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"ASTForAudioClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.0,
|
| 6 |
-
"frequency_stride":
|
| 7 |
"hidden_act": "gelu",
|
| 8 |
"hidden_dropout_prob": 0.0,
|
| 9 |
"hidden_size": 768,
|
|
@@ -60,7 +60,7 @@
|
|
| 60 |
"white": "22"
|
| 61 |
},
|
| 62 |
"layer_norm_eps": 1e-12,
|
| 63 |
-
"max_length":
|
| 64 |
"model_type": "audio-spectrogram-transformer",
|
| 65 |
"num_attention_heads": 12,
|
| 66 |
"num_hidden_layers": 12,
|
|
@@ -68,7 +68,7 @@
|
|
| 68 |
"patch_size": 16,
|
| 69 |
"problem_type": "single_label_classification",
|
| 70 |
"qkv_bias": true,
|
| 71 |
-
"time_stride":
|
| 72 |
"torch_dtype": "float32",
|
| 73 |
"transformers_version": "4.51.3"
|
| 74 |
}
|
|
|
|
| 3 |
"ASTForAudioClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.0,
|
| 6 |
+
"frequency_stride": 10,
|
| 7 |
"hidden_act": "gelu",
|
| 8 |
"hidden_dropout_prob": 0.0,
|
| 9 |
"hidden_size": 768,
|
|
|
|
| 60 |
"white": "22"
|
| 61 |
},
|
| 62 |
"layer_norm_eps": 1e-12,
|
| 63 |
+
"max_length": 128,
|
| 64 |
"model_type": "audio-spectrogram-transformer",
|
| 65 |
"num_attention_heads": 12,
|
| 66 |
"num_hidden_layers": 12,
|
|
|
|
| 68 |
"patch_size": 16,
|
| 69 |
"problem_type": "single_label_classification",
|
| 70 |
"qkv_bias": true,
|
| 71 |
+
"time_stride": 10,
|
| 72 |
"torch_dtype": "float32",
|
| 73 |
"transformers_version": "4.51.3"
|
| 74 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c647f6fe9f109946b0bb6e74f70510ecaa3b1f1d9e6604daae7756ffb62ac6e7
|
| 3 |
+
size 341573740
|
preprocessor_config.json
CHANGED
|
@@ -2,12 +2,12 @@
|
|
| 2 |
"do_normalize": true,
|
| 3 |
"feature_extractor_type": "ASTFeatureExtractor",
|
| 4 |
"feature_size": 1,
|
| 5 |
-
"max_length":
|
| 6 |
-
"mean": -
|
| 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":
|
| 13 |
}
|
|
|
|
| 2 |
"do_normalize": true,
|
| 3 |
"feature_extractor_type": "ASTFeatureExtractor",
|
| 4 |
"feature_size": 1,
|
| 5 |
+
"max_length": 128,
|
| 6 |
+
"mean": -6.845978,
|
| 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": 5.5654526
|
| 13 |
}
|
runs/Jun26_17-02-34_ip-10-192-12-85/events.out.tfevents.1750957371.ip-10-192-12-85.3951.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56793f768a1f7fe807e1c4a15b864d7f53ee56cf800fb14cfcf63cfeb5dc7a6a
|
| 3 |
+
size 597542
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb0a7df9621577fc307074892f83d4903caca15443bb9f3ab60d6e59fdc00359
|
| 3 |
size 5777
|