Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,9 @@ base_model:
|
|
5 |
- bigcode/starcoder2-3b
|
6 |
---
|
7 |
|
8 |
-
Bitsandbytes quantization of https://huggingface.co/bigcode/starcoder2-3b.
|
|
|
|
|
9 |
|
10 |
```python
|
11 |
from transformers import AutoModelForCausalLM
|
|
|
5 |
- bigcode/starcoder2-3b
|
6 |
---
|
7 |
|
8 |
+
Bitsandbytes quantization of https://huggingface.co/bigcode/starcoder2-3b.
|
9 |
+
|
10 |
+
See https://huggingface.co/blog/4bit-transformers-bitsandbytes for instructions.
|
11 |
|
12 |
```python
|
13 |
from transformers import AutoModelForCausalLM
|