uisikdag commited on
Commit
928ea15
·
verified ·
1 Parent(s): 73ee076

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -7,7 +7,9 @@ base_model:
7
  - HuggingFaceTB/SmolVLM-Instruct
8
  ---
9
 
10
- 4bit nf4 quantized version, you can find the quantized version generation code below
 
 
11
  ```
12
  from transformers import BitsAndBytesConfig
13
 
 
7
  - HuggingFaceTB/SmolVLM-Instruct
8
  ---
9
 
10
+ 4bit nf4 quantized version, you can find the quantized version generation code below.
11
+
12
+ The 8bit config seems to be more accurate, when compared to this one.
13
  ```
14
  from transformers import BitsAndBytesConfig
15