cdminix commited on
Commit
ee1931e
·
verified ·
1 Parent(s): 0938bb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -13,3 +13,5 @@ model = MaskedProsodyModel.from_pretrained("cdminix/masked_prosody_model")
13
  representation = model.process("some_audio.wav", layer=7) # layer between 0 and 15, 7 was used in the paper
14
  ```
15
 
 
 
 
13
  representation = model.process("some_audio.wav", layer=7) # layer between 0 and 15, 7 was used in the paper
14
  ```
15
 
16
+ This model was trained using Cloud TPUs supplied by Google’s TPU Research Cloud (TRC). I thank them for their support.
17
+