Commit ·
f755342
1
Parent(s): 0dea150
Training in progress, step 500
Browse files- config.json +2 -2
- preprocessor_config.json +1 -1
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"ASTForAudioClassification"
|
| 5 |
],
|
|
@@ -29,7 +29,7 @@
|
|
| 29 |
"sadness": 6
|
| 30 |
},
|
| 31 |
"layer_norm_eps": 1e-12,
|
| 32 |
-
"max_length":
|
| 33 |
"model_type": "audio-spectrogram-transformer",
|
| 34 |
"num_attention_heads": 12,
|
| 35 |
"num_hidden_layers": 12,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "MIT/ast-finetuned-audioset-10-10-0.4593",
|
| 3 |
"architectures": [
|
| 4 |
"ASTForAudioClassification"
|
| 5 |
],
|
|
|
|
| 29 |
"sadness": 6
|
| 30 |
},
|
| 31 |
"layer_norm_eps": 1e-12,
|
| 32 |
+
"max_length": 2048,
|
| 33 |
"model_type": "audio-spectrogram-transformer",
|
| 34 |
"num_attention_heads": 12,
|
| 35 |
"num_hidden_layers": 12,
|
preprocessor_config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"do_normalize": true,
|
| 3 |
"feature_extractor_type": "ASTFeatureExtractor",
|
| 4 |
"feature_size": 1,
|
| 5 |
-
"max_length":
|
| 6 |
"mean": -4.2677393,
|
| 7 |
"num_mel_bins": 128,
|
| 8 |
"padding_side": "right",
|
|
|
|
| 2 |
"do_normalize": true,
|
| 3 |
"feature_extractor_type": "ASTFeatureExtractor",
|
| 4 |
"feature_size": 1,
|
| 5 |
+
"max_length": 2048,
|
| 6 |
"mean": -4.2677393,
|
| 7 |
"num_mel_bins": 128,
|
| 8 |
"padding_side": "right",
|
pytorch_model.bin
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:ccf4439733a49dd9e5b1111c67996b55ddcd140743caa7c7b864513514804c6d
|
| 3 |
+
size 348647801
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:228403db0d84d4bb8a54b1e41d7d13df513837db8312ac0d36e1ce88e662c599
|
| 3 |
size 3579
|