Spaces:
Running
Running
language
Browse files- index.html +6 -6
index.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
<body>
|
| 13 |
<div class="container">
|
| 14 |
<div class="header">
|
| 15 |
-
<h1>Visualizing XLM-
|
| 16 |
<p>
|
| 17 |
This heatmap shows deduplication across a family of fine-tuned models based on <a href="https://huggingface.co/papers/1911.02116" target="_blank">XLM-RoBERTa large</a>, a multilingual transformer introduced in 2019 and trained on 100 languages. Each row represents a model repository (which often contains multiple formats; e.g., Safetensor, Keras, PyTorch) derived from the original research. Repository data is chunked into blocks of up to 64MB in Xet's storage layer, and this heatmap visualizes those blocks across models.
|
| 18 |
</p>
|
|
@@ -28,15 +28,15 @@
|
|
| 28 |
To explore the visualization:
|
| 29 |
<ul>
|
| 30 |
<li>
|
| 31 |
-
<strong>Hover</strong> over a block in
|
| 32 |
-
highlight it and see where else it appears in
|
| 33 |
</li>
|
| 34 |
<li>
|
| 35 |
-
<strong>Click</strong> any block
|
| 36 |
-
that share blocks.
|
| 37 |
</li>
|
| 38 |
<li>
|
| 39 |
-
<strong>Double-click</strong> anywhere on any
|
| 40 |
continue exploring.
|
| 41 |
</li>
|
| 42 |
</ul>
|
|
|
|
| 12 |
<body>
|
| 13 |
<div class="container">
|
| 14 |
<div class="header">
|
| 15 |
+
<h1>Visualizing XLM-RoBERTa Finetune Dedupe</h1>
|
| 16 |
<p>
|
| 17 |
This heatmap shows deduplication across a family of fine-tuned models based on <a href="https://huggingface.co/papers/1911.02116" target="_blank">XLM-RoBERTa large</a>, a multilingual transformer introduced in 2019 and trained on 100 languages. Each row represents a model repository (which often contains multiple formats; e.g., Safetensor, Keras, PyTorch) derived from the original research. Repository data is chunked into blocks of up to 64MB in Xet's storage layer, and this heatmap visualizes those blocks across models.
|
| 18 |
</p>
|
|
|
|
| 28 |
To explore the visualization:
|
| 29 |
<ul>
|
| 30 |
<li>
|
| 31 |
+
<strong>Hover</strong> over a block in a repository to
|
| 32 |
+
highlight it and see where else it appears in other repos.
|
| 33 |
</li>
|
| 34 |
<li>
|
| 35 |
+
<strong>Click</strong> any block to see all other repositories
|
| 36 |
+
that share blocks with that repo.
|
| 37 |
</li>
|
| 38 |
<li>
|
| 39 |
+
<strong>Double-click</strong> anywhere on any repo to reset and
|
| 40 |
continue exploring.
|
| 41 |
</li>
|
| 42 |
</ul>
|