xd-br0 commited on
Commit
92677cc
·
verified ·
1 Parent(s): 1b8b08f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -22,14 +22,16 @@ model-index:
22
  - name: Coarse
23
  results:
24
  - task:
25
- type: your-task # e.g., text-classification
26
  dataset:
27
- name: your-testset-name
28
- type: your-testset-type # e.g., test
 
29
  metrics:
30
  - type: auprc
31
- name: AUPRC
32
  value: 0.3184
 
33
  - type: auc
34
  name: AUC
35
  value: 0.7828
@@ -39,13 +41,14 @@ model-index:
39
  - name: Fine
40
  results:
41
  - task:
42
- type: your-task
43
  dataset:
44
- name: your-testset-name
45
- type: your-testset-type
 
46
  metrics:
47
  - type: auprc
48
- name: AUPRC
49
  value: 0.3983
50
  - type: auc
51
  name: AUC
@@ -53,6 +56,7 @@ model-index:
53
  - type: f1
54
  name: F1
55
  value: 0.1520
 
56
  ---
57
 
58
  # Urban Sound Tagging with Audio Spectrogram Transformer
 
22
  - name: Coarse
23
  results:
24
  - task:
25
+ type: audio-classification
26
  dataset:
27
+ name: CLAPv2/SONYC-UST
28
+ type: test
29
+ config: coarse
30
  metrics:
31
  - type: auprc
32
+ name: AUPRC
33
  value: 0.3184
34
+ verified: true
35
  - type: auc
36
  name: AUC
37
  value: 0.7828
 
41
  - name: Fine
42
  results:
43
  - task:
44
+ type: audio-classification
45
  dataset:
46
+ name: CLAPv2/SONYC-UST
47
+ type: test
48
+ config: fine
49
  metrics:
50
  - type: auprc
51
+ name: AUPRC
52
  value: 0.3983
53
  - type: auc
54
  name: AUC
 
56
  - type: f1
57
  name: F1
58
  value: 0.1520
59
+
60
  ---
61
 
62
  # Urban Sound Tagging with Audio Spectrogram Transformer