BarraHome commited on
Commit
954e737
1 Parent(s): 3af0073

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -11,6 +11,7 @@ tags:
11
  ---
12
 
13
  ## Training procedure
 
14
  The following `bitsandbytes` quantization config was used during training:
15
  - load_in_8bit: False
16
  - load_in_4bit: True
@@ -21,5 +22,7 @@ The following `bitsandbytes` quantization config was used during training:
21
  - bnb_4bit_quant_type: nf4
22
  - bnb_4bit_use_double_quant: False
23
  - bnb_4bit_compute_dtype: float16
 
 
24
  ### Framework versions
25
  - PEFT 0.4.0
 
11
  ---
12
 
13
  ## Training procedure
14
+ ```
15
  The following `bitsandbytes` quantization config was used during training:
16
  - load_in_8bit: False
17
  - load_in_4bit: True
 
22
  - bnb_4bit_quant_type: nf4
23
  - bnb_4bit_use_double_quant: False
24
  - bnb_4bit_compute_dtype: float16
25
+ ```
26
+
27
  ### Framework versions
28
  - PEFT 0.4.0