From 1e701ae8d79360a047e306f8ef4bf26b2f8c3971 Mon Sep 17 00:00:00 2001 From: Balaji <75831006+balaji1233@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:39:12 +0530 Subject: [PATCH] Fixed typos in chapter 4 metrics description In subsection Variable and metrics of Building a model card ,fix some typos. --- chapters/en/chapter4/4.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/en/chapter4/4.mdx b/chapters/en/chapter4/4.mdx index 15a38ecbb..a484a739f 100644 --- a/chapters/en/chapter4/4.mdx +++ b/chapters/en/chapter4/4.mdx @@ -47,7 +47,7 @@ In this section you should describe all the relevant aspects of training that ar ### Variable and metrics[[variable-and-metrics]] -Here you should describe the metrics you use for evaluation, and the different factors you are mesuring. Mentioning which metric(s) were used, on which dataset and which dataset split, makes it easy to compare you model's performance compared to that of other models. These should be informed by the previous sections, such as the intended users and use cases. +Here you should describe the metrics you use for evaluation, and the different factors you are measuring. Mentioning which metric(s) were used, on which dataset and which dataset split, makes it easy to compare your model's performance compared to that of other models. These should be informed by the previous sections, such as the intended users and use cases. ### Evaluation results[[evaluation-results]]