ramppdev commited on
Commit
ead5594
·
1 Parent(s): 6a39a9f

add model metadata to README

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -1,5 +1,36 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # ABGS Ecoacoustic Tagging Model
 
1
  ---
2
  license: cc-by-4.0
3
+ metrics:
4
+ - accuracy
5
+ - f1-micro
6
+ - f1-macro
7
+ - f1-weighted
8
+ pipeline_tag: audio-classification
9
+ tags:
10
+ - audio
11
+ - audio-classification
12
+ - ecoacoustic-tagging
13
+ - autrainer
14
+ library_name: autrainer
15
+ model-index:
16
+ - name: edansa-2019-cnn10-32k-t
17
+ results:
18
+ - task:
19
+ type: audio-classification
20
+ name: Ecoacoustic Tagging
21
+ metrics:
22
+ - type: accuracy
23
+ name: Accuracy
24
+ value: 0.902352418996893
25
+ - type: f1-micro
26
+ name: Micro F1
27
+ value: 0.902352418996893
28
+ - type: f1-macro
29
+ name: Macro F1
30
+ value: 0.8717470319118755
31
+ - type: f1-weighted
32
+ name: Weighted F1
33
+ value: 0.8999580955196549
34
  ---
35
 
36
  # ABGS Ecoacoustic Tagging Model