znation HF staff commited on
Commit
67629b7
·
1 Parent(s): c1fef62

Clarify interactivity

Browse files
Files changed (1) hide show
  1. index.html +10 -1
index.html CHANGED
@@ -20,7 +20,16 @@
20
  <h1>Visualizing Repo-level Dedupe</h1>
21
  <p>This visualization demonstrates the amount of <a target="_blank" rel="noopener noreferrer" href="https://huggingface.co/blog/from-files-to-chunks">chunk-level dedupe</a> across all public repos.</p>
22
  <p>"Dedupe factor" is defined as the number of re-uses of a given "xorb". A "xorb" is a collection of content-defined chunks, typically around 1,000 chunks comprising up to 64 MB of total data.</p>
23
- <p>Click to select a row, and highlight all xorbs in other repos that have overlap with the selected repo. Double-click to clear selection.</p>
 
 
 
 
 
 
 
 
 
24
  </div>
25
  <div id="vis"></div>
26
  <script>
 
20
  <h1>Visualizing Repo-level Dedupe</h1>
21
  <p>This visualization demonstrates the amount of <a target="_blank" rel="noopener noreferrer" href="https://huggingface.co/blog/from-files-to-chunks">chunk-level dedupe</a> across all public repos.</p>
22
  <p>"Dedupe factor" is defined as the number of re-uses of a given "xorb". A "xorb" is a collection of content-defined chunks, typically around 1,000 chunks comprising up to 64 MB of total data.</p>
23
+ <p>Interactions:
24
+ <ul>
25
+ <li>
26
+ Hover to select a xorb, and highlight the same xorb in all other repos in <strong><span style="color: red">red</span></strong>.
27
+ </li>
28
+ <li>
29
+ Click to select a row (repo), and fade out all repos that don't contain any overlapping data. Double-click to clear selection.
30
+ </li>
31
+ </ul>
32
+ </p>
33
  </div>
34
  <div id="vis"></div>
35
  <script>