Anatomy of a Machine Learning Ecosystem: 2 Million Models on Hugging Face
Benjamin Laufer, Hamidah Oderinwale, Jon Kleinberg
TL;DR
The paper analyzes 1.86 million Hugging Face models as a large open ecosystem, modeling derivative relationships as family trees to study how traits such as licenses, languages, and tasks mutate and propagate. It employs an ecological/genetic framework, using metadata and model cards as semantic DNA and applying TF-IDF/BoW and Levenshtein measures to quantify similarity across related models. Key findings include fast, directed mutations, a surprising pattern where siblings are more similar than parent–child pairs, and systematic drifts toward permissive licenses and English-language support, alongside leaner, more automated documentation. The work provides an empirical baseline for understanding model fine-tuning dynamics, highlights environmental pressures shaping the ecosystem, and proposes that ecological methods can yield novel insights into AI diffusion and governance.
Abstract
Many have observed that the development and deployment of generative machine learning (ML) and artificial intelligence (AI) models follow a distinctive pattern in which pre-trained models are adapted and fine-tuned for specific downstream tasks. However, there is limited empirical work that examines the structure of these interactions. This paper analyzes 1.86 million models on Hugging Face, a leading peer production platform for model development. Our study of model family trees -- networks that connect fine-tuned models to their base or parent -- reveals sprawling fine-tuning lineages that vary widely in size and structure. Using an evolutionary biology lens to study ML models, we use model metadata and model cards to measure the genetic similarity and mutation of traits over model families. We find that models tend to exhibit a family resemblance, meaning their genetic markers and traits exhibit more overlap when they belong to the same model family. However, these similarities depart in certain ways from standard models of asexual reproduction, because mutations are fast and directed, such that two `sibling' models tend to exhibit more similarity than parent/child pairs. Further analysis of the directional drifts of these mutations reveals qualitative insights about the open machine learning ecosystem: Licenses counter-intuitively drift from restrictive, commercial licenses towards permissive or copyleft licenses, often in violation of upstream license's terms; models evolve from multi-lingual compatibility towards english-only compatibility; and model cards reduce in length and standardize by turning, more often, to templates and automatically generated text. Overall, this work takes a step toward an empirically grounded understanding of model fine-tuning and suggests that ecological models and methods can yield novel scientific insights.
