Spaces:
Running
Running
Merge branch 'main' of hf.co:spaces/Eliahu/Model-Atlas
Browse files
README.md
CHANGED
@@ -6,7 +6,22 @@ colorTo: indigo
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.20.1
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.20.1
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
+
thumbnail: >-
|
11 |
+
https://cdn-uploads.huggingface.co/production/uploads/630dd4218df86f1e5beb2ed7/HxBP8tYFdNoLC-yM5Wufz.png
|
12 |
+
short_description: A demo for exploring and analyzing large-scale model repos
|
13 |
---
|
14 |
|
15 |
+
This is a demo is a simplified version of the atlas described in the paper, ["Charting and Navigating Hugging Face's Model Atlas"](https://arxiv.org/abs/2503.10633)
|
16 |
+
|
17 |
+
```
|
18 |
+
@misc{horwitz2025chartingnavigatinghuggingfaces,
|
19 |
+
title={Charting and Navigating Hugging Face's Model Atlas},
|
20 |
+
author={Eliahu Horwitz and Nitzan Kurer and Jonathan Kahana and Liel Amar and Yedid Hoshen},
|
21 |
+
year={2025},
|
22 |
+
eprint={2503.10633},
|
23 |
+
archivePrefix={arXiv},
|
24 |
+
primaryClass={cs.LG},
|
25 |
+
url={https://arxiv.org/abs/2503.10633},
|
26 |
+
}
|
27 |
+
```
|