jsulz HF staff commited on
Commit
1288276
·
1 Parent(s): 6a1da3c

updating intro text

Browse files
Files changed (1) hide show
  1. index.html +7 -3
index.html CHANGED
@@ -28,9 +28,13 @@
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
35
  target="_blank"
36
  href="https://huggingface.co/blog/from-chunks-to-blocks"
 
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! The deduplication savings here take a
32
+ 191GB repo and cut it down to 97GB, helping to shave a few hours off
33
+ the upload time.
34
+ </p>
35
+ <p>
36
+ You can read more about chunks, blocks, and the nitty gritty details
37
+ of how we make this all work in our accompanying
38
  <a
39
  target="_blank"
40
  href="https://huggingface.co/blog/from-chunks-to-blocks"