Represents a Model Card from a HuggingFace Hub repository.
A Model Card consists of YAML frontmatter (metadata) and markdown content.
Summary
Types
@type t() :: %HfHub.Cards.ModelCard{ content: String.t(), data: HfHub.Cards.ModelCardData.t() }
Represents a Model Card from a HuggingFace Hub repository.
A Model Card consists of YAML frontmatter (metadata) and markdown content.
@type t() :: %HfHub.Cards.ModelCard{ content: String.t(), data: HfHub.Cards.ModelCardData.t() }