Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,10 @@ inference: False
|
|
18 |
# dolly-v2-7b: **8-bit** sharded checkpoint
|
19 |
|
20 |
|
|
|
|
|
|
|
|
|
21 |
This is a sharded checkpoint (with ~2GB shards) of the `databricks/dolly-v2-7b` model **in 8-bit precision using `bitsandbytes`**.
|
22 |
|
23 |
Refer to the [original model](https://huggingface.co/databricks/dolly-v2-7b) for all details. 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).
|
|
|
18 |
# dolly-v2-7b: **8-bit** sharded checkpoint
|
19 |
|
20 |
|
21 |
+
<a href="https://colab.research.google.com/gist/pszemraj/8100e98caab538be32832d1208e93f65/dolly-v2-7b-8bit-inference.ipynb">
|
22 |
+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
23 |
+
</a>
|
24 |
+
|
25 |
This is a sharded checkpoint (with ~2GB shards) of the `databricks/dolly-v2-7b` model **in 8-bit precision using `bitsandbytes`**.
|
26 |
|
27 |
Refer to the [original model](https://huggingface.co/databricks/dolly-v2-7b) for all details. 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).
|