Skip to content

Commit 2868a05

Browse files
authored
fix: typo in model name (#1198)
1 parent b988f53 commit 2868a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/metrics/faithfulness.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Let's examine how faithfulness was calculated using the low faithfulness answer:
5858
```
5959
6060
61-
## Faithfullness with HHEM 2.1 Model
61+
## Faithfullness with HHEM-2.1-Open
6262
63-
[Vectara's HHEM 2.1](https://vectara.com/blog/hhem-2-1-a-better-hallucination-detection-model/) is a classifier model (T5) that is trained to detect halluccinations from LLM generated text. This model can be used in second step of calculating faithfullness, ie when claims are cross-checked with the given context to determine if it can be inferred from the context. The model is free, small and opensource making it very effient to use in production use-cases. To use the model to calculate faithfulness, you can use the following code snippet:
63+
[Vectara's HHEM-2.1-Open](https://vectara.com/blog/hhem-2-1-a-better-hallucination-detection-model/) is a classifier model (T5) that is trained to detect halluccinations from LLM generated text. This model can be used in second step of calculating faithfullness, ie when claims are cross-checked with the given context to determine if it can be inferred from the context. The model is free, small and opensource making it very effient to use in production use-cases. To use the model to calculate faithfulness, you can use the following code snippet:
6464
6565
```{code-block} python
6666
from datasets import Dataset

0 commit comments

Comments
 (0)