HfHub.Cards.ModelCard (HfHub v0.2.0)

Copy Markdown View Source

Represents a Model Card from a HuggingFace Hub repository.

A Model Card consists of YAML frontmatter (metadata) and markdown content.

Summary

Types

t()

@type t() :: %HfHub.Cards.ModelCard{
  content: String.t(),
  data: HfHub.Cards.ModelCardData.t()
}