jsulz HF staff commited on
Commit
35da923
·
1 Parent(s): 3f63dc8

outgoing links should be target blank

Browse files
Files changed (1) hide show
  1. index.html +13 -9
index.html CHANGED
@@ -16,18 +16,22 @@
16
  <p>
17
  This visualization demonstrates block-level deduplication across all
18
  models in
19
- <a href="https://huggingface.co/bartowski/gemma-2-9b-it-GGUF"
 
 
20
  >bartowski/gemma-2-9b-it-GGUF</a
21
  >.
22
  </p>
23
  <p>
24
  Each row represents a file in the repository grouped into blocks of up
25
- to 64MB. The color of each block represents the dedupe factor for the
26
- block, which is a function of how many chunks in the block are present
27
- across all files in the repository. The darker the color, the more the
28
- block shares content. You can read more about chunks, blocks, and how
29
- the dedupe factor is calculated
30
- <a href="#">in this blog post</a>.
 
 
31
  </p>
32
  To explore the visualization:
33
  <ul>
@@ -37,10 +41,10 @@
37
  </li>
38
  <li>
39
  <strong>Click</strong> any block in a file to see all other files
40
- that share blocks with it.
41
  </li>
42
  <li>
43
- <strong>Double-click</strong> anywhere on a file to reset and
44
  continue exploring.
45
  </li>
46
  </ul>
 
16
  <p>
17
  This visualization demonstrates block-level deduplication across all
18
  models in
19
+ <a
20
+ target="_blank"
21
+ href="https://huggingface.co/bartowski/gemma-2-9b-it-GGUF"
22
  >bartowski/gemma-2-9b-it-GGUF</a
23
  >.
24
  </p>
25
  <p>
26
  Each row represents a file in the repository grouped into blocks of up
27
+ to 64MB. The color of each block represents the deduplication ratio
28
+ for the block, which is a function of how often the chunks in the
29
+ block are shared between files. The darker the color, the more
30
+ frequently content is shared, the better the overall upload and
31
+ download times for a given file! You can read more about chunks,
32
+ blocks, and the nitty gritty details of how we make this all work in
33
+ our accompanying
34
+ <a target="_blank" href="#">blog post</a>.
35
  </p>
36
  To explore the visualization:
37
  <ul>
 
41
  </li>
42
  <li>
43
  <strong>Click</strong> any block in a file to see all other files
44
+ that share blocks.
45
  </li>
46
  <li>
47
+ <strong>Double-click</strong> anywhere on any file to reset and
48
  continue exploring.
49
  </li>
50
  </ul>