onekq commited on
Commit
04a8e39
1 Parent(s): 3bf0ceb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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. See https://huggingface.co/blog/4bit-transformers-bitsandbytes for instructions.
 
 
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