diff --git a/integrations/model-training/mosaicml/mosaicml-getting-started/README.md b/integrations/model-training/mosaicml/mosaicml-getting-started/README.md index 008a5f1..089fc77 100644 --- a/integrations/model-training/mosaicml/mosaicml-getting-started/README.md +++ b/integrations/model-training/mosaicml/mosaicml-getting-started/README.md @@ -6,7 +6,7 @@ Instrument Composer with Comet to start managing experiments, create dataset ver ## See it -Take a look at this [public Comet Project](https://www.comet.com/examples/comet-example-pytorch-mnist?utm_source=comet-examples&utm_medium=referral&utm_campaign=github_repo_2023&utm_content=pytorch). +Take a look at this [public Comet Project](https://www.comet.com/examples/comet-example-mosaicml-getting-started). ## Setup @@ -18,7 +18,7 @@ python -m pip install -r requirements.txt ## Run the example -This example is based on the [offical Getting Started example](https://colab.research.google.com/github/mosaicml/composer/blob/master/examples/getting_started.ipynb#scrollTo=7a7HokeLUFLO). The code trains an Resnet to detect classes from the Cifar-10 dataset. +This example is based on the [offical Getting Started example](https://colab.research.google.com/github/mosaicml/composer/blob/master/examples/getting_started.ipynb). The code trains an Resnet to detect classes from the Cifar-10 dataset. ```bash