From 90f23b34e956ac19eda4f5b41b9d1339595fd207 Mon Sep 17 00:00:00 2001 From: awaelchli Date: Thu, 4 Jul 2024 16:05:36 +0200 Subject: [PATCH] Add audio example to README (#20044) add audio example to readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8af11d2a54..b39656c4e1 100644 --- a/README.md +++ b/README.md @@ -133,11 +133,12 @@ ______________________________________________________________________ ### Examples Explore various types of training possible with PyTorch Lightning. Pretrain and finetune ANY kind of model to perform ANY task like classification, segmentation, summarization and more: -| Task | Description | Run | -|---|---|---| -| [Hello world](#hello-simple-model) | Pretrain - Hello world example | Open In Studio | -| [Image segmentation](https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning) | Finetune - ResNet-50 model to segment images | Open In Studio | -| [Text classification](https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning) | Finetune - text classifier (BERT model) | Open In Studio | +| Task | Description | Run | +|-------------------------------------------------------------------------------------------------------------|------------------------------------------------|---| +| [Hello world](#hello-simple-model) | Pretrain - Hello world example | Open In Studio | +| [Image segmentation](https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning) | Finetune - ResNet-50 model to segment images | Open In Studio | +| [Text classification](https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning) | Finetune - text classifier (BERT model) | Open In Studio | +| [Audio generation](https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator) | Finetune - audio generator (transformer model) | Open In Studio | ### Hello simple model