Update README.md
Browse files
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 |
+
|