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
Need some help please.
I've a model API that can be triggered only 3 times a minute. I'm trying to evaluate that model using langsmith evaluators. I'm getting error or null in the output answer when I'm trying to run evaluation using langsmith .
Need some help please.
I've a model API that can be triggered only 3 times a minute. I'm trying to evaluate that model using langsmith evaluators. I'm getting error or null in the output answer when I'm trying to run evaluation using langsmith .
results=evaluate(
LLMPredict,
data=dataset_name,
evaluators=[qa_evaluator,cot_qa_evaluator],
experiment_prefix="gpt-4o-mini, baseline",
description="Testing the baseline system.",
max_concurrency=1
)
Please help.
The text was updated successfully, but these errors were encountered: