Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ datasets:
|
|
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. 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
|
20 |
|
21 |
| Release | Classification Accuracy Valid | Classification Accuracy Test |
|
22 |
|:-------------:|:--------------:|:--------------:|
|
|
|
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. 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 VGGSound dataset, and then fine tuned on ESC50 folds 1,2,3.
|
20 |
|
21 |
| Release | Classification Accuracy Valid | Classification Accuracy Test |
|
22 |
|:-------------:|:--------------:|:--------------:|
|