Update README.md
Browse files
README.md
CHANGED
@@ -16,15 +16,14 @@ datasets:
|
|
16 |
|
17 |
# FocalNet Classifier trained on ESC50
|
18 |
|
19 |
-
This repository provides the pretrained model to perform audio classification with FocalNet
|
20 |
|
21 |
-
|
|
22 |
-
|
23 |
-
|
|
24 |
|
25 |
Please, take a look at the [reference paper](https://arxiv.org/abs/2402.02754) for more info. You can find the training recipe in SpeechBrain [here](https://github.com/speechbrain/speechbrain/tree/develop/recipes/ESC50/interpret).
|
26 |
|
27 |
-
|
28 |
## Install SpeechBrain
|
29 |
|
30 |
First of all, please install SpeechBrain with the following command:
|
@@ -36,8 +35,8 @@ pip install speechbrain
|
|
36 |
Please notice that we encourage you to read our tutorials and learn more about
|
37 |
[SpeechBrain](https://speechbrain.github.io).
|
38 |
|
39 |
-
|
40 |
### Limitations
|
|
|
41 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
42 |
|
43 |
#### Referencing SpeechBrain
|
@@ -55,6 +54,7 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
55 |
```
|
56 |
|
57 |
#### Referencing FocalNet
|
|
|
58 |
If you use this model for your research, please use the following Bibtex to cite it:
|
59 |
```bibtex
|
60 |
@inproceedings{dellalibera2024focal,
|
@@ -66,6 +66,7 @@ If you use this model for your research, please use the following Bibtex to cite
|
|
66 |
```
|
67 |
|
68 |
# **About SpeechBrain**
|
|
|
69 |
- Website: https://speechbrain.github.io/
|
70 |
- Code: https://github.com/speechbrain/speechbrain/
|
71 |
- HuggingFace: https://huggingface.co/speechbrain/
|
|
|
16 |
|
17 |
# FocalNet Classifier trained on ESC50
|
18 |
|
19 |
+
This repository provides the pretrained model to perform audio classification with FocalNet, implemented with SpeechBrain on the ESC50 dataset:
|
20 |
|
21 |
+
| Release | Accuracy (%) | Training time | GPUs |
|
22 |
+
|:----------:|:------------:|:------------------:|:-----------:|
|
23 |
+
| 01-16-24 | 77.4 | 60 seconds / epoch | 1xV100 32GB |
|
24 |
|
25 |
Please, take a look at the [reference paper](https://arxiv.org/abs/2402.02754) for more info. You can find the training recipe in SpeechBrain [here](https://github.com/speechbrain/speechbrain/tree/develop/recipes/ESC50/interpret).
|
26 |
|
|
|
27 |
## Install SpeechBrain
|
28 |
|
29 |
First of all, please install SpeechBrain with the following command:
|
|
|
35 |
Please notice that we encourage you to read our tutorials and learn more about
|
36 |
[SpeechBrain](https://speechbrain.github.io).
|
37 |
|
|
|
38 |
### Limitations
|
39 |
+
|
40 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
41 |
|
42 |
#### Referencing SpeechBrain
|
|
|
54 |
```
|
55 |
|
56 |
#### Referencing FocalNet
|
57 |
+
|
58 |
If you use this model for your research, please use the following Bibtex to cite it:
|
59 |
```bibtex
|
60 |
@inproceedings{dellalibera2024focal,
|
|
|
66 |
```
|
67 |
|
68 |
# **About SpeechBrain**
|
69 |
+
|
70 |
- Website: https://speechbrain.github.io/
|
71 |
- Code: https://github.com/speechbrain/speechbrain/
|
72 |
- HuggingFace: https://huggingface.co/speechbrain/
|