We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even when running on multiple examples, sometime confidence interval as missing:
You can remove this warning by passing 'verification_mode=all_checks' instead. warnings.warn( LiteLLM Inference (watsonx/meta-llama/llama-3-2-1b-instruct): 100%|█████████████████████████████████████████| 10/10 [00:02<00:00, 4.27it/s] /Users/yoavkatz/miniforge3/envs/fme/lib/python3.10/site-packages/scipy/stats/_resampling.py:144: RuntimeWarning: invalid value encountered in divide a_hat = 1/6 * sum(nums) / sum(dens)(3/2) /Users/yoavkatz/miniforge3/envs/fme/lib/python3.10/site-packages/scipy/stats/_resampling.py:144: RuntimeWarning: invalid value encountered in divide a_hat = 1/6 * sum(nums) / sum(dens)(3/2) /Users/yoavkatz/miniforge3/envs/fme/lib/python3.10/site-packages/scipy/stats/_resampling.py:144: RuntimeWarning: invalid value encountered in divide a_hat = 1/6 * sum(nums) / sum(dens)**(3/2) Sample input and output for template 'templates.my_entailment_as_fields' and num_demos '3': source prediction processed_prediction 0 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral 1 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral 2 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral 3 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral 4 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral 5 [{'role': 'system', 'content': 'Indicate wheth... contradiction contradiction 6 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral 7 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral 8 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral 9 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral
The text was updated successfully, but these errors were encountered:
To replicate:
python examples/evaluate_different_templates.py
Sorry, something went wrong.
elronbandel
Successfully merging a pull request may close this issue.
Even when running on multiple examples, sometime confidence interval as missing:
You can remove this warning by passing 'verification_mode=all_checks' instead.
warnings.warn(
LiteLLM Inference (watsonx/meta-llama/llama-3-2-1b-instruct): 100%|█████████████████████████████████████████| 10/10 [00:02<00:00, 4.27it/s]
/Users/yoavkatz/miniforge3/envs/fme/lib/python3.10/site-packages/scipy/stats/_resampling.py:144: RuntimeWarning: invalid value encountered in divide
a_hat = 1/6 * sum(nums) / sum(dens)(3/2)
/Users/yoavkatz/miniforge3/envs/fme/lib/python3.10/site-packages/scipy/stats/_resampling.py:144: RuntimeWarning: invalid value encountered in divide
a_hat = 1/6 * sum(nums) / sum(dens)(3/2)
/Users/yoavkatz/miniforge3/envs/fme/lib/python3.10/site-packages/scipy/stats/_resampling.py:144: RuntimeWarning: invalid value encountered in divide
a_hat = 1/6 * sum(nums) / sum(dens)**(3/2)
Sample input and output for template 'templates.my_entailment_as_fields' and num_demos '3':
source prediction processed_prediction
0 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral
1 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral
2 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral
3 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral
4 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral
5 [{'role': 'system', 'content': 'Indicate wheth... contradiction contradiction
6 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral
7 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral
8 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral
9 [{'role': 'system', 'content': 'Indicate wheth... neutral neutral
The text was updated successfully, but these errors were encountered: