Skip to content
#

models

Here are 863 public repositories matching this topic...

A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.

  • Updated Jun 3, 2022
  • Python
huggingface_hub
osanseviero
osanseviero commented May 23, 2022

Is your feature request related to a problem? Please describe.
Allow users listing spaces similar to how they can list models and datasets

We can use something like this for example

HF_LIST_ENDPOINT = HF_ENDPOINT + "/api/spaces?filter={type}"
r = requests.get(HF_LIST_ENDPOINT.format(type=type))
r.raise_for_status()
d = r.json()

cc @lvwerra

good first issue help wanted

Improve this page

Add a description, image, and links to the models topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the models topic, visit your repo's landing page and select "manage topics."

Learn more