iqbalamo93
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ bnb_config = BitsAndBytesConfig(
|
|
22 |
bnb_4bit_compute_dtype="float16", # Compute data type
|
23 |
bnb_4bit_use_double_quant=True # Apply nested quantization
|
24 |
)
|
25 |
-
|
26 |
|
27 |
### Model Description
|
28 |
This is quantized adapters trained on the Ultrachat 200k dataset for the TinyLlama-1.1B Intermediate Step 1431k 3T model.
|
|
|
22 |
bnb_4bit_compute_dtype="float16", # Compute data type
|
23 |
bnb_4bit_use_double_quant=True # Apply nested quantization
|
24 |
)
|
25 |
+
```
|
26 |
|
27 |
### Model Description
|
28 |
This is quantized adapters trained on the Ultrachat 200k dataset for the TinyLlama-1.1B Intermediate Step 1431k 3T model.
|