What's the meaning of "downloads" and "likes" #414
-
Hi, I was using huggingface hub api, and would like to clarify some details on the API (I haven't found any documentation). interface ModelEntry {
id: string;
name: string;
private: boolean;
gated: false | "auto" | "manual";
task?: PipelineType;
likes: number;
downloads: number;
updatedAt: Date;
} |
Beta Was this translation helpful? Give feedback.
Answered by
coyotte508
Dec 13, 2023
Replies: 1 comment
-
downloads are teh downloads for the last 30 days
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ming535
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
downloads are teh downloads for the last 30 days
likes
are the number of hearts a repo gets