Skip to content

Commit

Permalink
implemented Custom model for experimentation with AVES models - also …
Browse files Browse the repository at this point in the history
…changing input tensor from 3D to 2D due to retraining only last class. layers
  • Loading branch information
Ludwigvsch committed Aug 1, 2024
1 parent 4b455df commit 3cf111d
Show file tree
Hide file tree
Showing 11 changed files with 28,173 additions and 91 deletions.
1,157 changes: 1,157 additions & 0 deletions AVES_supervised_classification.ipynb

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions aves-base-bio.torchaudio.model_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"extractor_mode": "group_norm",
"extractor_conv_layer_config": [
[
512,
10,
5
],
[
512,
3,
2
],
[
512,
3,
2
],
[
512,
3,
2
],
[
512,
3,
2
],
[
512,
2,
2
],
[
512,
2,
2
]
],
"extractor_conv_bias": false,
"encoder_embed_dim": 768,
"encoder_projection_dropout": 0.1,
"encoder_pos_conv_kernel": 128,
"encoder_pos_conv_groups": 16,
"encoder_num_layers": 12,
"encoder_num_heads": 12,
"encoder_attention_dropout": 0.1,
"encoder_ff_interm_features": 3072,
"encoder_ff_interm_dropout": 0.0,
"encoder_dropout": 0.1,
"encoder_layer_norm_first": false,
"encoder_layer_drop": 0.05
}
Loading

0 comments on commit 3cf111d

Please sign in to comment.