← Explore all skills

MODEL DEVELOPMENT / Hugging Face

Hugging Face Trackio

Adds training metrics and diagnostic alerts, then retrieves run data through Trackio’s CLI or a local or hosted dashboard.

“Track and visualize ML training experiments with Trackio. Use when logging metrics during training (Python API), firing alerts for training diagnostics, or retrieving/analyzing logged”

01 / THE REASONING

Why this made the selection.

  • Separates logging, alerting and retrieval into focused references, including a route from an alert to metrics around the relevant training step.
  • Explicitly distinguishes local storage from remote Space synchronization and warns that an automatically created Space can expose metrics publicly.

02 / THE REVIEW RECORD

What we actually inspected.

Source review has boundaries.
A clear record is more useful than a “safe” badge.

Material inspected

  • skills/huggingface-trackio/SKILL.md
  • skills/huggingface-trackio/references/alerts.md
  • skills/huggingface-trackio/references/logging_metrics.md
  • skills/huggingface-trackio/references/retrieving_metrics.md
  • README.md (installation, compatibility and licence sections)
  • LICENSE

Our findings

  • The definition and all three references were read, covering Python logging, alert webhooks, CLI JSON retrieval and synchronization.
  • The examples can stop or relaunch training and overwrite remote data when force synchronization is chosen; those operations need explicit experiment scope.

Not established by this review

  • No training job, Trackio database, webhook or Hugging Face Space was created or queried.
  • No broad wandb API compatibility or training improvement was tested.

The review applies to the material and revision named here. A newer upstream release can change its behavior.

03 / PUT IT TO WORK

Add a skill to your workflow.

Upstream setup instructions ↗

DOCUMENTED COMMAND

npx skills add https://github.com/huggingface/skills/tree/abc20ae526d8b4c0e4dff89f904adce28a4a0eb6/skills/huggingface-trackio

Copying does not execute this command. It may retrieve a newer version than the reviewed source.

  1. Install the complete skill folder with its logging, alerts and retrieval references.
  2. Choose local storage or a reviewed Space destination before adding tracking to a training script.
  3. Choose the intended host and project scope in the installer. The source revision is pinned; the installer itself is not executed or version-pinned by this review.

Before you start

  • Node.js/npm and git for the documented Skills installer
  • Python and Trackio for logging; the Trackio CLI for retrieval
  • A Hugging Face account and suitable access only for remote synchronization; separately authorized webhook destinations

04 / FOLLOW THE EVIDENCE

The source trail.

Our notes are separate from the original resource.
Check upstream before adopting a new version.

  1. https://github.com/huggingface/skills/blob/abc20ae526d8b4c0e4dff89f904adce28a4a0eb6/skills/huggingface-trackio/SKILL.md

    Supports: summary, upstreamDescription, whySelected, bestFor, limitations, review, access

  2. https://github.com/huggingface/skills/blob/abc20ae526d8b4c0e4dff89f904adce28a4a0eb6/skills/huggingface-trackio/references/alerts.md

    Supports: review, limitations, install, access

  3. https://github.com/huggingface/skills/blob/abc20ae526d8b4c0e4dff89f904adce28a4a0eb6/skills/huggingface-trackio/references/logging_metrics.md

    Supports: review, limitations, install, access

  4. https://github.com/huggingface/skills/blob/abc20ae526d8b4c0e4dff89f904adce28a4a0eb6/skills/huggingface-trackio/references/retrieving_metrics.md

    Supports: review, limitations, install, access

  5. https://github.com/huggingface/skills/blob/abc20ae526d8b4c0e4dff89f904adce28a4a0eb6/README.md

    Supports: install, compatibility, access, license

  6. https://github.com/huggingface/skills/blob/abc20ae526d8b4c0e4dff89f904adce28a4a0eb6/LICENSE

    Supports: license, access.cost

  7. https://github.com/vercel-labs/skills/blob/7407f3893ad4dceab546ac002c3ef806e4000c73/README.md

    Supports: install

  8. https://github.com/vercel-labs/skills/blob/7407f3893ad4dceab546ac002c3ef806e4000c73/src/git.ts

    Supports: install

  9. https://github.com/vercel-labs/skills/blob/7407f3893ad4dceab546ac002c3ef806e4000c73/src/source-parser.ts

    Supports: install