Update README.md
Browse files
README.md
CHANGED
@@ -7,13 +7,6 @@ base_model:
|
|
7 |
- HuggingFaceTB/SmolVLM-Instruct
|
8 |
---
|
9 |
|
10 |
-
library_name: transformers
|
11 |
-
license: apache-2.0
|
12 |
-
language:
|
13 |
-
- en
|
14 |
-
base_model:
|
15 |
-
- HuggingFaceTB/SmolVLM-Instruct
|
16 |
-
---
|
17 |
4bit nf4 quantized version, you can find the quantized version generation code below
|
18 |
```
|
19 |
from transformers import BitsAndBytesConfig
|
|
|
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
|