Skip to content

August-murr/trl-monitoring

 
 

Repository files navigation

TRL metrics tracker

This directory contains scripts that automatically update qgallouedec/trl-metrics, a dataset used to track the evolution of various TRL metrics.

You can access this dataset using:

>>> from datasets import load_dataset
>>> dataset = load_dataset("qgallouedec/trl-metrics", "pypi_downloads", split="train")
>>> dataset[-1]  # Last entry
{'day': datetime.date(2024, 10, 30), 'num_downloads': 14267}

The dataset is updated daily and contains the following metrics:

  • "issue_comments": All comments on issues in the repository
  • "issues": Issues opened in the repository
  • "models": Models uploaded on the Hub
  • "models_likes": Likes on models uploaded on the Hub
  • "pypi_downloads": Number of downloads from PyPI
  • "stargazers": Number of stars on the repository

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%