Training in progress, epoch 1
Browse files
config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "hypokinetic dysphonia",
|
| 13 |
+
"1": "healthy",
|
| 14 |
+
"2": "hyperkinetic dysphonia",
|
| 15 |
+
"3": "flux laryngitis"
|
| 16 |
+
},
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 3072,
|
| 19 |
+
"label2id": {
|
| 20 |
+
"flux laryngitis": "3",
|
| 21 |
+
"healthy": "1",
|
| 22 |
+
"hyperkinetic dysphonia": "2",
|
| 23 |
+
"hypokinetic dysphonia": "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 |
+
"transformers_version": "4.57.0"
|
| 36 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f00c6bde2ceb07f28099326854e33772574c9ae83b4d9a65da5b82317404ee0
|
| 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 |
+
}
|
runs/Oct12_00-19-01_605f8a87ee19/events.out.tfevents.1760228345.605f8a87ee19.4055.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02051e1ad0be39ce5987759497a08bad0abadb6e34e84fb45919078bb4cf8559
|
| 3 |
+
size 5551
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5041600d948fcf3a7850e01e6e5479bf99cd8f9f3f2e22e01ef1bf0e1f5aa26
|
| 3 |
+
size 5841
|