speechbrainteam commited on
Commit
e6f0ac5
1 Parent(s): 6c4bc12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -18,13 +18,18 @@ datasets:
18
 
19
  # PIQ Posthoc Interpreter trained on ESC50
20
 
21
- This repository provides all the necessary tools to perform audio posthoc interpretations using the [PIQ](https://arxiv.org/abs/2303.12659) method on a conv-2d classifier.
 
22
 
23
  | Release | Classification Accuracy Valid | Classification Accuracy Test |
24
  |:-------------:|:--------------:|:--------------:|
25
  | 15-07-23 | 80% | 75% |
26
 
27
 
 
 
 
 
28
 
29
  ## Install SpeechBrain
30
 
 
18
 
19
  # PIQ Posthoc Interpreter trained on ESC50
20
 
21
+ This repository provides all the necessary tools to perform audio posthoc interpretations using the [PIQ](https://arxiv.org/abs/2303.12659) method on a conv-2d classifier, with the following performance on the ESC50 dataset:
22
+
23
 
24
  | Release | Classification Accuracy Valid | Classification Accuracy Test |
25
  |:-------------:|:--------------:|:--------------:|
26
  | 15-07-23 | 80% | 75% |
27
 
28
 
29
+ Please, take a look at the [reference paper](https://arxiv.org/abs/2303.12659) for more info. You can find the training recipe in SpeechBrain [here](https://github.com/speechbrain/speechbrain/tree/develop/recipes/ESC50/interpret).
30
+
31
+
32
+
33
 
34
  ## Install SpeechBrain
35