Merge branch 'main' of https://huggingface.co/spaces/midah/hf-viz
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Anatomy of a Machine Learning Ecosystem: 2 Million Models on Hugging Face
|
| 2 |
|
| 3 |
**Authors:** Benjamin Laufer, Hamidah Oderinwale, Jon Kleinberg
|
|
@@ -14,7 +24,6 @@ Many have observed that the development and deployment of generative machine lea
|
|
| 14 |
|
| 15 |
This interactive latent space navigator visualizes ~1.84M models from the [modelbiome/ai_ecosystem_withmodelcards](https://huggingface.co/datasets/modelbiome/ai_ecosystem_withmodelcards) dataset in a 2D space where similar models appear closer together, allowing you to explore the relationships and family structures described in the paper.
|
| 16 |
|
| 17 |
-

|
| 18 |
|
| 19 |
**Resources:**
|
| 20 |
- **GitHub Repository**: [bendlaufer/ai-ecosystem](https://github.com/bendlaufer/ai-ecosystem) - Original research repository with analysis notebooks and datasets
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: HF Model Ecosystem Visualizer
|
| 3 |
+
emoji: 🌐
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# Anatomy of a Machine Learning Ecosystem: 2 Million Models on Hugging Face
|
| 12 |
|
| 13 |
**Authors:** Benjamin Laufer, Hamidah Oderinwale, Jon Kleinberg
|
|
|
|
| 24 |
|
| 25 |
This interactive latent space navigator visualizes ~1.84M models from the [modelbiome/ai_ecosystem_withmodelcards](https://huggingface.co/datasets/modelbiome/ai_ecosystem_withmodelcards) dataset in a 2D space where similar models appear closer together, allowing you to explore the relationships and family structures described in the paper.
|
| 26 |
|
|
|
|
| 27 |
|
| 28 |
**Resources:**
|
| 29 |
- **GitHub Repository**: [bendlaufer/ai-ecosystem](https://github.com/bendlaufer/ai-ecosystem) - Original research repository with analysis notebooks and datasets
|