English
Sound Classification
CNN14
cemsubakan commited on
Commit
95c068c
1 Parent(s): 0153204

added the files

Browse files
Files changed (2) hide show
  1. .gitattributes +3 -0
  2. README.md +71 -1
.gitattributes CHANGED
@@ -32,3 +32,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ classifier_esc50.ckpt filter=lfs diff=lfs merge=lfs -text
36
+ embedding_model.ckpt filter=lfs diff=lfs merge=lfs -text
37
+ embedding_model_esc50ft.ckpt filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,73 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: "en"
3
+ thumbnail:
4
+ tags:
5
+ - Sound Classification
6
+ - CNN14
7
+ license: "apache-2.0"
8
+ datasets:
9
+ - ESC50
10
+
11
  ---
12
+
13
+ <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
14
+ <br/><br/>
15
+
16
+ # CNN14 Trained on VGGSound dataset with SimCLR and Fine Tuned on ESC50
17
+
18
+ This repository provides all the necessary tools to perform audip classification with [CNN14 model](https://arxiv.org/abs/1912.10211) model, implemented with SpeechBrain, and pretrained on Libri2Mix dataset. For a better experience we encourage you to learn more about
19
+ [SpeechBrain](https://speechbrain.github.io). The encoder is first trained with SimCLR on the VGGGSound dataset, and then fine tuned on ESC50 folds 1,2,3.
20
+
21
+ | Release | Classification Accuracy Valid | Classification Accuracy Test |
22
+ |:-------------:|:--------------:|:--------------:|
23
+ | 26-11-22 | 90% | 82% |
24
+
25
+
26
+
27
+ ## Install SpeechBrain
28
+
29
+ First of all, please install SpeechBrain with the following command:
30
+
31
+ ```
32
+ pip install speechbrain
33
+ ```
34
+
35
+ Please notice that we encourage you to read our tutorials and learn more about
36
+ [SpeechBrain](https://speechbrain.github.io).
37
+
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
44
+
45
+ ```bibtex
46
+ @misc{speechbrain,
47
+ title={{SpeechBrain}: A General-Purpose Speech Toolkit},
48
+ author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},
49
+ year={2021},
50
+ eprint={2106.04624},
51
+ archivePrefix={arXiv},
52
+ primaryClass={eess.AS},
53
+ note={arXiv:2106.04624}
54
+ }
55
+ ```
56
+
57
+
58
+ #### Referencing This Pretrained Model
59
+ The encoder is originally trained for our [paper](https://arxiv.org/pdf/2205.07390.pdf). You can reference our paper if you use this model for your research.
60
+ ```bibtex
61
+ @inproceedings{wang2022CRL,
62
+ title={Learning Representations for New Sound Classes With Continual Self-Supervised Learning},
63
+ author={Zhepei Wang, Cem Subakan, Xilin Jiang, Junkai Wu, Efthymios Tzinis, Mirco Ravanelli, Paris Smaragdis},
64
+ year={2022},
65
+ booktitle={Accepted to IEEE Signal Processing Letters}
66
+ }
67
+
68
+ ```
69
+
70
+ # **About SpeechBrain**
71
+ - Website: https://speechbrain.github.io/
72
+ - Code: https://github.com/speechbrain/speechbrain/
73
+ - HuggingFace: https://huggingface.co/speechbrain/