zuazo commited on
Commit
3f98265
·
verified ·
1 Parent(s): c9212eb

Add the LibriBrain holdout score

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -11,6 +11,23 @@ datasets:
11
  metrics:
12
  - f1
13
  library_name: pytorch
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # MEGConformer for Speech Detection
 
11
  metrics:
12
  - f1
13
  library_name: pytorch
14
+
15
+ model-index:
16
+ - name: megconformer-speech-detection
17
+ results:
18
+ - task:
19
+ type: audio-classification
20
+ name: Speech classification
21
+ dataset:
22
+ name: LibriBrain 2025 PNPL (Standard track, speech task)
23
+ type: pnpl/LibriBrain
24
+ split: holdout
25
+ metrics:
26
+ - name: F1-macro
27
+ type: f1
28
+ value: 0.8890 # 88.90 %
29
+ args:
30
+ average: macro
31
  ---
32
 
33
  # MEGConformer for Speech Detection