trianand commited on
Commit
822e1b5
·
verified ·
1 Parent(s): 88210aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ The model has been further trained (finetuned) on the training set of the EDANSA
31
  The EDANSA2019 dataset was resampled to 32kHz, as this was the sampling rate of AudioSet, where the model was originally trained on. Log mel spectrograms were then extracted using torchlibrosa using the parameters that the upstream model was trained on.
32
 
33
  ### Training process
34
- The model has been trained for 30 epochs. At the end of each epoch, the model was evaluated on the official validation set. We release the state that achieved the best performance on this validation set.
35
 
36
  ### Evaluation
37
  The model has only been evaluated on in-domain data. The performance on the official test set reached a 0.9 (weighted) f1-score.
 
31
  The EDANSA2019 dataset was resampled to 32kHz, as this was the sampling rate of AudioSet, where the model was originally trained on. Log mel spectrograms were then extracted using torchlibrosa using the parameters that the upstream model was trained on.
32
 
33
  ### Training process
34
+ The model has been trained for 30 epochs. At the end of each epoch, the model was evaluated on the official validation set. We release the state that achieved the best performance on this validation set. All training hyperparameters can be found inside `conf/config.yaml` inside the model folder.
35
 
36
  ### Evaluation
37
  The model has only been evaluated on in-domain data. The performance on the official test set reached a 0.9 (weighted) f1-score.