Datasets:
Add Links section (extraction code, Wren project, TTS models)
Browse files
README.md
CHANGED
|
@@ -57,6 +57,12 @@ codes = torch.tensor(ex["codes"], dtype=torch.long) # [8, n_frames]
|
|
| 57 |
print(ex["id"], ex["accent"], "→", ex["text"])
|
| 58 |
```
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
## Citation
|
| 61 |
|
| 62 |
```bibtex
|
|
|
|
| 57 |
print(ex["id"], ex["accent"], "→", ex["text"])
|
| 58 |
```
|
| 59 |
|
| 60 |
+
## Links
|
| 61 |
+
|
| 62 |
+
- **Dataset extraction code:** [github.com/shangeth/wren-datasets](https://github.com/shangeth/wren-datasets)
|
| 63 |
+
- **Wren research project:** [github.com/shangeth/wren](https://github.com/shangeth/wren)
|
| 64 |
+
- **TTS models trained on these codes:** [github.com/shangeth/wren-tts](https://github.com/shangeth/wren-tts)
|
| 65 |
+
|
| 66 |
## Citation
|
| 67 |
|
| 68 |
```bibtex
|