EdysorEdutech commited on
Commit
7b65987
·
verified ·
1 Parent(s): 292741a

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "llama",
3
+ "quantization_config": {
4
+ "load_in_4bit": true,
5
+ "bnb_4bit_compute_dtype": "float16"
6
+ }
7
+ }