topel commited on
Commit
e3eaf4c
1 Parent(s): f4cc1d3

Upload config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +14 -0
config.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ name: model.safetensors
3
+ original_name: convnext_tiny_471mAP.pth
4
+ type: ConvNeXt-Tiny
5
+ nb_params: 28222767
6
+ mAP: 0.471
7
+ spectrograms:
8
+ time_dim: 1000
9
+ freq_dim: 224
10
+ stem:
11
+ time_dim: 252
12
+ freq_dim: 56
13
+ embedding_dim: 768
14
+