pszemraj commited on
Commit
dcd2ef9
1 Parent(s): a69aed2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ This is a sharded checkpoint (with ~4GB shards) of the `databricks/dolly-v2-12b`
22
 
23
  Refer to the [original model](https://huggingface.co/databricks/dolly-v2-12b) for all details w.r.t. to the model. For more info on loading 8bit models, refer to the [example repo](https://huggingface.co/ybelkada/bloom-1b7-8bit) and/or the `4.28.0` [release info](https://github.com/huggingface/transformers/releases/tag/v4.28.0).
24
 
25
-
26
  - this enables low-RAM loading, i.e. Colab :)
27
 
28
  ## Basic Usage
 
22
 
23
  Refer to the [original model](https://huggingface.co/databricks/dolly-v2-12b) for all details w.r.t. to the model. For more info on loading 8bit models, refer to the [example repo](https://huggingface.co/ybelkada/bloom-1b7-8bit) and/or the `4.28.0` [release info](https://github.com/huggingface/transformers/releases/tag/v4.28.0).
24
 
25
+ - total model size is only ~12.5 GB!
26
  - this enables low-RAM loading, i.e. Colab :)
27
 
28
  ## Basic Usage