dashboard-react
    Preparing search index...

    Interface HuggingFaceModel

    Lightweight search result returned by the Hugging Face search API.

    interface HuggingFaceModel {
        id: string;
        author: string;
        downloads: number;
        likes: number;
        last_modified: string;
        tags: string[];
    }
    Index

    Properties

    id: string
    author: string
    downloads: number
    likes: number
    last_modified: string
    tags: string[]