You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/howtos/customisations/ragas_custom_model.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
"1. Generation of QA pairs, evolution, etc\n",
11
11
"2. LLM as Critic model to give feedback to generated QA pairs to ensure and improve quality\n",
12
12
"\n",
13
-
"We have built and opensourced a [custom model](https://huggingface.co/explodinggradients/Ragas-critic-llm-Qwen1.5-GPTQ) as critic model to be used instead of GPT-4 (default). This model is avaialble here for free and can deliver upto 200 tokens per second of an A10 instance. \n",
13
+
"We have built and opensourced a [custom model](https://huggingface.co/explodinggradients/Ragas-critic-llm-Qwen1.5-GPTQ) as critic model to be used instead of GPT-4 (default). This model is available here for free and can deliver upto 200 tokens per second of an A10 instance. \n",
14
14
"\n",
15
15
"Follow the rest of the notebook to use this model as critic model instead of GPT-4.\n"
0 commit comments