From 0d02a2504c9a23dd8be47b0d3d254a49adfce349 Mon Sep 17 00:00:00 2001 From: Greg Babb Date: Sat, 23 Nov 2024 16:52:59 +0000 Subject: [PATCH] blog: adjust formatting Remove heading format applied to regular text --- docs/blog/posts/llm-evaluation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/llm-evaluation.md b/docs/blog/posts/llm-evaluation.md index 447ab6f80..0ae39aee6 100644 --- a/docs/blog/posts/llm-evaluation.md +++ b/docs/blog/posts/llm-evaluation.md @@ -243,7 +243,7 @@ print(response) ``` -#### Note that we use NLP scores (e.g. "good") instead of numerical scores. In our experience, we've found that LLMs are better at scoring using natural language that numbers. +Note that we use NLP scores (e.g. "good") instead of numerical scores. In our experience, we've found that LLMs are better at scoring using natural language that numbers. #### 2. Evaluate an Output Using a Panel of Judges