Everything K-culture — comebacks to K-beauty, straight to your inboxGet it in your inbox

METAL MEDIA

Position: Current Model Cards Are Insufficient for Downstream Governance of Open-Weight Foundation Models

arXiv:2608.180862026-08-20

Checking 500 popular Hugging Face models shows model cards alone can't govern open-weight AI safely

The paper analyzes model cards, acceptable use policies (AUPs), and licenses for the 500 most-downloaded open-weight foundation models (OWFMs) on Hugging Face. Model cards are nearly universal but safety content is thin, only 21.2% of models have an AUP, and many licenses actively conflict with those usage restrictions. The authors propose a three-layer framework combining safety cards, standardized AUPs, and OWFM-tailored licenses.

METAL MEDIA explanatory visual

Checking 500 popular Hugging Face models shows model cards alone can't govern open-weight AI safely

  1. 01Surveyed model cards, AUPs, and licenses of the top 500 most-downloaded open-weight foundation models on Hugging Face, using the NIST GenAI Risk Management Framework's safety keyword taxonomy
  2. 0299.6% of models had a model card, but only 75.2% included safety-specific fields, and only 21.2% had an explicit AUP referenced in the card
  3. 03Documentation depth showed no meaningful link to download popularity (regression R2<0.01), and instead tracked which vendor made the model — Meta and Google scored higher, Qwen lower
  4. 04Argued that common open-source licenses like Apache 2.0 and MIT are structurally unable to carry use-based restrictions, which weakens or overrides any accompanying AUP legally
  5. 05Proposed a standardized 'safety card' template emphasizing model heritage (what upstream models/data shaped it) and operational safety testing, plus a redesigned OWFM-specific license that legally binds an AUP as an exhibit
An explanatory diagram made by METAL MEDIA, not a figure supplied by the paper's authors.

What they did

  1. Surveyed model cards, AUPs, and licenses of the top 500 most-downloaded open-weight foundation models on Hugging Face, using the NIST GenAI Risk Management Framework's safety keyword taxonomy
  2. 99.6% of models had a model card, but only 75.2% included safety-specific fields, and only 21.2% had an explicit AUP referenced in the card
  3. Documentation depth showed no meaningful link to download popularity (regression R2<0.01), and instead tracked which vendor made the model — Meta and Google scored higher, Qwen lower
  4. Argued that common open-source licenses like Apache 2.0 and MIT are structurally unable to carry use-based restrictions, which weakens or overrides any accompanying AUP legally
  5. Proposed a standardized 'safety card' template emphasizing model heritage (what upstream models/data shaped it) and operational safety testing, plus a redesigned OWFM-specific license that legally binds an AUP as an exhibit
Table 1: Governance artifact presence in top 500 OWFMs.
Artifact TypeCountPercentage
Model card (any form)49899.6%
Safety-specific fields37675.2%
AUPs10621.2%
Explicit license42585.0%
Table 2: Comparison of Major AUPs
ModelsStructureRestricted UsesViolation triggers
Infringement / HarmBreach of lawDeceit / MisinformationOthers
Llama 4AUP (part of community license)Failure to disclose; interaction with third-party toolsTermination
GemmaProhibited Use Policy (part of Terms of Use)Sexually explicitRestricting usage
DeepSeekUse Restrictions (part of DeepSeek license agreement)Military; inappropriate; personal data; automated; discriminating; exploitativeRestricting usage
QwenUsage Policy (not referenced in model cards) + Apache 2.0High-risk use cases; platform abuse; minor protectionWarnings, removal, etc.
Stable DiffusionCreativeML Open RAIL-MPersonal data; automated; exploitative; discriminating; medical; legalRestricting usage
Table 3: Comparison of Widely Used OSLs
PermissiveCopyleft
ApacheMITAFLGPL-3GPL-2
Copy / Modify / Redistribute / Commercial
Retain notice
Explicit patent license
Patent retaliation
Source codes
Copyleft
Disclaimer / limitation

Why it matters

This gives downstream developers and regulators concrete evidence that today's model cards are not sufficient for assessing real safety risk of open-weight models. It offers a practical blueprint — informational, normative, and legal layers — for anyone building or auditing open-weight model governance going forward.

Terms in this paper

  • OWFM (open-weight foundation model) · an AI model released with public weights but without public training code or data
  • model card · a standard document describing a model's capabilities, limitations, and risks
  • AUP (acceptable use policy) · a normative document listing prohibited or restricted uses of a model
  • OSL (open-source license) · licenses like Apache 2.0 or MIT originally designed for software code
  • NIST GenAI Risk Management Framework · a U.S. government taxonomy for categorizing generative AI risks

Figures we cannot republish

  • Figure 1: A Three-Layered Approach to Downstream Governance of Open-Weight Foundation Models. (Left) AS-IS: The current fragmented system, where model cards focus on performance rather than safety, AUPs are often missing or non-binding, and model licenses frequently conflict with stated usage restrictions. (Right) TO-BE: The proposed unified framework integrating three complementary layers for more resilient downstream safety control: informational (safety cards), normative (standardized AUPs), and legal (OWFM-tailored licenses).
  • Figure 2: Prevalence of Safety-Related Keywords Across the Top 500 Downloaded Models. Each bar represents the number of models whose documentation contains at least one keyword from the corresponding safety category, based on the NIST GenAI Risk Management Framework taxonomy.
  • Figure 3: Safety-Related Keyword Coverage by Vendor (Top 12 by Model Count). Stacked bars show the number of models in each keyword-count range (0, 1–5, 6–10, 11–20, 21+). Vendors such as meta (including Llama and facebook OPT models) and google exhibit higher keyword density, while Qwen models are concentrated in lower-frequency ranges, highlighting systematic differences in disclosure practices.
  • Figure 4: Vendor-Level Clustering of Model Card Embeddings. Each point represents a model, positioned using PCA on sentence embeddings of model card text. Colors indicate developer affiliation, and point size reflects total governance-related keyword counts. k-means clustering yields several distinct developer-level documentation patterns, while a heterogeneous set of other developers remains broadly dispersed across the embedding space.
  • Figure 5: Relationship Between Model Popularity and Governance Documentation Depth. Each point represents a model, with total downloads (millions) on the x-axis and governance-related keyword counts on the y-axis. Regression lines across multiple functional forms are not explanatory (R2<0.01), hinting that ecosystem utility does not predict documentation quality.
  • Figure 6: Governance Artifact Flows Across the Top 500 OWFMs. The Sankey diagram traces each model across download rank, safety-keyword coverage, developer, license, and AUP status. Flow widths indicate model counts, showing that permissive OSLs, notably Apache 2.0 and MIT, lead to "no AUP", while custom licenses such as Llama and Gemma are associated with AUP presence.
See the figures in the original paper →

Original abstract (English)

The growth of open-weight foundation models (OWFMs) has prompted the AI community to re-evaluate strategies for effective downstream governance. Although model cards have been widely adopted as transparency artifacts in model repositories, existing frameworks often fail to adequately inform downstream developers and users about the distinct safety challenges posed by OWFMs. This position paper analyzes 500 model cards hosted on Hugging Face and argues that effective governance of OWFMs requires a multi-layered approach integrating three complementary components: (i) model cards, (ii) acceptable use policies (AUPs), and (iii) licenses. To motivate this claim, we identify a safety gap left by existing regulatory approaches, including model heritage, alignment provenance, and empirically observed behaviors, through an analysis of model cards with safety-critical information. We further argue that standard open-source licenses (OSLs) are not well suited for OWFMs and may weaken the enforceability of AUPs. Building on these observations, we outline directions for evolving model cards, AUPs, and licenses into integrated safety artifacts to enable a more comprehensive governance framework that coherently integrates informational, normative, and legal dimensions.

Authors · Sungwon Chae, Keonwoo Kim, Hoki Kim, Jaeyeon Ju, Sangchul Park

Read on arXiv

Latest papers

All papers →

Latest from METAL MEDIA