hugging-face-trackio

Log ML training metrics via Python API and retrieve them via CLI.

3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/ihatesea69/HieuNghi-AI-Skills --skill hugging-face-trackio-ihatesea69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-trackio
Source: https://github.com/ihatesea69/HieuNghi-AI-Skills/tree/main/huggingface_skills/hugging-face-trackio
Command: npx skills add https://github.com/ihatesea69/HieuNghi-AI-Skills --skill hugging-face-trackio-ihatesea69

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of logging, retrieving, and visualizing machine learning training experiments, ensuring that valuable performance data is captured and accessible.

Core Features & Use Cases

  • Experiment Logging: Log metrics during training using a Python API, compatible with TRL trainers.
  • Real-time Dashboards: Sync logs to Hugging Face Spaces for persistent, shareable dashboards.
  • CLI Access: Retrieve and analyze logged metrics via a command-line interface, with JSON output for automation.

Quick Start

Use the trackio CLI to list all available projects.

Frequently Asked Questions about hugging-face-trackio

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

FAQPage Schema
How do I track ML experiment metrics during training?

To track ML experiment metrics during training, you can log them using a Python API compatible with TRL trainers. This captures training performance data directly and makes it accessible for later analysis and visualization.

How do I retrieve logged experiment metrics via the command line?

You can retrieve and analyze logged experiment metrics via the command-line interface. The CLI provides a way to list available projects and outputs the retrieved data in JSON format, enabling seamless integration into automation scripts.

Can I visualize training metrics on a real-time dashboard?

Yes, you can visualize training metrics on a real-time dashboard by syncing your logged metrics to Hugging Face Spaces. This integration provides persistent, shareable dashboards for monitoring ongoing ML experiments.

Does this experiment tracking library work with Hugging Face Spaces?

Yes, this experiment tracking library integrates directly with Hugging Face Spaces to provide real-time, shareable dashboards. It syncs your logged metrics to the platform for persistent visualization of your ML training runs.

What is the best way to automate retrieval of ML training logs?

The best way to automate retrieval of ML training logs is by using the command-line interface, which supports JSON output. This allows scripts to programmatically fetch and parse the logged experiment metrics for automated reporting pipelines.

Do I need a specific environment to log metrics from my Python training script?

You need a Python environment to utilize the Python API for logging metrics from your training script. The library is designed to be compatible with TRL trainers, ensuring your ML training metrics are captured without complex setup.