From 44d052ff17e7555c2bbbb82832bceb6206bef91c Mon Sep 17 00:00:00 2001 From: jeremydesroches <18587991+jeremydesroches@users.noreply.github.com> Date: Tue, 3 Nov 2020 11:23:18 +0300 Subject: [PATCH] Reapply meta title and h1 format. Fix typo. --- .../use-cases/versioning-data-and-model-files/tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/use-cases/versioning-data-and-model-files/tutorial.md b/content/docs/use-cases/versioning-data-and-model-files/tutorial.md index 087cd61553..94a64bdae8 100644 --- a/content/docs/use-cases/versioning-data-and-model-files/tutorial.md +++ b/content/docs/use-cases/versioning-data-and-model-files/tutorial.md @@ -1,11 +1,11 @@ --- -title: 'Data and Model Versioning Tutorial' +title: 'Tutorial: Data and Model Versioning' description: 'Get hands-on experience with data versioning in a basic machine learning version control scenario: managing multiple datasets and ML models using DVC.' --- -# Data and Model Versioning Tutorial +# Tutorial: Data and Model Versioning The goal of this example is to give you some hands-on experience with a basic machine learning version control scenario: managing multiple datasets and ML @@ -16,7 +16,7 @@ to build a powerful image classifier using a pretty small dataset. ![](/img/cats-and-dogs.jpg) _Dataset to classify cats and dogs_ -> We highly recommend reading the François' tutorial itself. It's a great +> We highly recommend reading François' tutorial itself. It's a great > demonstration of how a general pre-trained model can be leveraged to build a > new high-performance model, with very limited resources.