Add pipeline_tag: audio-classification

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,5 +1,11 @@
1
  ---
 
 
 
2
  license: bsd-3-clause
 
 
 
3
  tags:
4
  - meg
5
  - brain-signals
@@ -7,12 +13,6 @@ tags:
7
  - conformer
8
  - libribrain
9
  - speech-recognition
10
- datasets:
11
- - pnpl/LibriBrain
12
- metrics:
13
- - f1
14
- library_name: pytorch
15
-
16
  model-index:
17
  - name: megconformer-phoneme-classification
18
  results:
@@ -24,9 +24,9 @@ model-index:
24
  type: pnpl/LibriBrain
25
  split: holdout
26
  metrics:
27
- - name: F1-macro
28
- type: f1
29
- value: 0.6583 # 65.83 %
30
  args:
31
  average: macro
32
  ---
 
1
  ---
2
+ datasets:
3
+ - pnpl/LibriBrain
4
+ library_name: pytorch
5
  license: bsd-3-clause
6
+ metrics:
7
+ - f1
8
+ pipeline_tag: audio-classification
9
  tags:
10
  - meg
11
  - brain-signals
 
13
  - conformer
14
  - libribrain
15
  - speech-recognition
 
 
 
 
 
 
16
  model-index:
17
  - name: megconformer-phoneme-classification
18
  results:
 
24
  type: pnpl/LibriBrain
25
  split: holdout
26
  metrics:
27
+ - type: f1
28
+ value: 0.6583
29
+ name: F1-macro
30
  args:
31
  average: macro
32
  ---