irow commited on
Commit
9a7c45c
·
1 Parent(s): 7d874c2

Create README.md

Browse files

This is a basic UNet diffusion model that generates spoken digits (0-9) trained on AudioMNIST for 750,000 steps. No inference file yet, but I have uploaded the model weights and the training file with all parameters I used for training.

Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - flexthink/audiomnist
4
+ pipeline_tag: text-to-speech
5
+ ---