
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
curator-evals
Advanced tools
This is a package for evaluating coding curators.
pip install curator-evals
from curator_evals.code_curator_eval.evaluation_classification_code_curator import evaluate_model
evaluate_model(config_path="configs/code_curator_eval.yaml")
The configuration is done through a YAML file.
Example config:
model:
name: "accounts/fireworks/models/llama-v3p3-70b-instruct"
api_key: ${FIREWORKS_API_KEY} # Environment variable reference
base_url: "https://api.fireworks.ai/inference/v1"
max_tokens: 2048
temperature: 0
dataset:
name: "collinear-ai/coding_curators_evaluation_dataset"
splits: ["humanevalpack", "mbpp"]
input_column: "instruction"
output_column: "solution"
label_column: "label"
total_rows: 20
output:
file: "../data/classification_humanevalpack_eval"
If no dataset is provided, the evaluation will be done on the default dataset, which is
currently set to both splits of the collinear-ai/coding_curators_evaluation_dataset.
You can import the function and pass in the config path to evaluate the model.
from curator_evals.code_curator_eval.evaluation_classification_code_curator import evaluate_model
evaluate_model(config_path="/home/tsach/curator-evals/configs/code_curator_eval.yaml")
FAQs
A package for evaluating coding curators
We found that curator-evals demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.