m4k1-dev commited on
Commit
51cb542
·
1 Parent(s): 2bb9229

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  Miners in [Bittensor's](https://bittensor.com/) [SoundsRight Subnet](https://github.com/synapsec-ai/soundsright-subnet) must containerize their models before uploading to HuggingFace. This repo serves as a template.
4
 
5
- The branches `DENOISING_16000HZ` and `DEREVERBERATION_16000HZ` contain this template fitted with [SGMSE+](https://huggingface.co/sp-uhh/speech-enhancement-sgmse) and are also helpful resources for how to incorporate your model.
6
 
7
  The `main` branch contains a template for a container that will spin up an API to communicate with the validator. The following entrypoints cannot be altered:
8
 
 
2
 
3
  Miners in [Bittensor's](https://bittensor.com/) [SoundsRight Subnet](https://github.com/synapsec-ai/soundsright-subnet) must containerize their models before uploading to HuggingFace. This repo serves as a template.
4
 
5
+ The branches `DENOISING_16000HZ` and `DEREVERBERATION_16000HZ` contain this template fitted with [SGMSE+](https://huggingface.co/sp-uhh/speech-enhancement-sgmse) for 16 kHz speech enhancement, and the branches `DENOISING_48000HZ` and `DEREVERBERATION_48000HZ` are fitted with [SGMSE+](https://huggingface.co/sp-uhh/speech-enhancement-sgmse) for 48 kHz speech enhancement for the denoising and dereverberation tasks. These are also helpful resources for how to incorporate your model.
6
 
7
  The `main` branch contains a template for a container that will spin up an API to communicate with the validator. The following entrypoints cannot be altered:
8