huggingface-community-evals

Evaluate Hugging Face Hub models locally with inspect-ai and lighteval.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tripplen23/finetuning-sessions --skill huggingface-community-evals-tripplen23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: huggingface-community-evals
Source: https://github.com/tripplen23/finetuning-sessions/tree/main/.kiro/skills/huggingface-community-evals
Command: npx skills add https://github.com/tripplen23/finetuning-sessions --skill huggingface-community-evals-tripplen23

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires inspect-ai>=0.3.0, inspect-evals, openai, vllm>=0.4.0, torch>=2.0.0, transformers>=4.40.0, lighteval[accelerate,vllm]>=0.6.0, accelerate>=0.30.0, and includes scripts (resource) components.

What problem does it solve?

Run local evaluations for Hugging Face Hub models to compare backends and performance without needing HF Jobs orchestration.

Core Features & Use Cases

  • Local evaluation using inspect-ai and lighteval against Hugging Face Hub models with either vLLM or Transformers/backends
  • Backend selection guidance for local GPUs and CPU environments
  • Clear separation from remote HF Jobs workflows; can hand off to hugging-face-jobs when remote execution is required

Quick Start

Run a quick local evaluation of a Hugging Face Hub model using vLLM on a selected task.

Frequently Asked Questions about huggingface-community-evals

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate Hugging Face models locally without using remote orchestration?

To evaluate Hugging Face models locally, use this Skill to run inspect-ai and lighteval across vLLM or Transformers backends on your GPU or CPU. It handles backend selection, smoke tests, and scenario comparisons without remote HF Jobs orchestration.

Can I run lighteval evaluations using a vLLM backend on a local GPU?

Yes, you can run lighteval evaluations using a vLLM backend on a local GPU. The Skill provides backend selection guidance specifically for local GPU and CPU environments, allowing flexible execution of Hugging Face Hub model evaluations.

Do I need an HF_TOKEN to evaluate gated Hugging Face models locally?

Yes, you need an HF_TOKEN to evaluate gated Hugging Face models locally. The Skill requires a local Python environment configured with inspect-ai, lighteval, vLLM or Transformers, and the token to authenticate and access restricted models.

What is the best way to compare vLLM and Transformers backends for local model evaluations?

The best way to compare vLLM and Transformers backends is using this Skill's scenario comparison features. It applies inspect-ai and lighteval to test Hugging Face models across different backends, highlighting performance differences directly in your local environment.

How does local model evaluation differ from the hugging-face-jobs remote workflow?

Local model evaluation runs directly on your hardware using inspect-ai and lighteval, whereas the hugging-face-jobs remote workflow handles cloud orchestration. This Skill focuses on local testing but can hand off to remote execution when needed.

Why do I need specific Python dependencies like inspect-ai and torch to evaluate Hugging Face models?

You need dependencies like inspect-ai, torch, and vLLM to evaluate Hugging Face models because they provide the underlying execution frameworks and hardware acceleration required to run backend operations, model loading, and local evaluation tasks properly.