iqbalamo93 commited on
Commit
8e8b72d
1 Parent(s): e5b65f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.