Feature Extraction
PyTorch
Bioacoustics
ilyassmoummad commited on
Commit
e7700e0
·
verified ·
1 Parent(s): aab5975

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ This repository contains a CvT-13 [Convolutional Vision Transformer](https://arx
5
  ## Files
6
 
7
  - `cvt.py`: Defines the CvT-13 model architecture.
8
- - `protoclr_300.pth`: Pre-trained model weights for ProtoCLR.
9
  - `config/`: Configuration files for CvT-13 setup.
10
  - `mel_spectrogram.py`: Contains the `MelSpectrogramProcessor` class, which converts audio waveforms into Mel spectrograms, a format suitable for model input.
11
 
 
5
  ## Files
6
 
7
  - `cvt.py`: Defines the CvT-13 model architecture.
8
+ - `protoclr.pth`: Pre-trained model weights for ProtoCLR.
9
  - `config/`: Configuration files for CvT-13 setup.
10
  - `mel_spectrogram.py`: Contains the `MelSpectrogramProcessor` class, which converts audio waveforms into Mel spectrograms, a format suitable for model input.
11