ecologits icon indicating copy to clipboard operation
ecologits copied to clipboard

Automatic model update for Hugging Face

Open samuelrince opened this issue 2 months ago • 0 comments

Description

We've recently added support for Hugging Face Inference Endpoints through the huggingface_hub python package. We now need to reference models that are available on Hugging Face (model name, number of parameters).

Solution

Possible solutions:

  • Scrapping at runtime (possibly not a good idea)
  • Telemetry (update in a github action triggered by package telemetry?) ...

Ping @aqwvinh

samuelrince avatar Apr 12 '24 12:04 samuelrince