henriceriocain commited on
Commit
82b2c1b
·
verified ·
1 Parent(s): 7fa19b8

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # config.json
2
+ {
3
+ "_name_or_path": "EleutherAI/gpt-j-6B",
4
+ "architectures": ["GPTJForCausalLM"],
5
+ "model_type": "gptj",
6
+ "torch_dtype": "float16",
7
+ "quantization_config": {
8
+ "load_in_4bit": true,
9
+ "bnb_4bit_quant_type": "nf4",
10
+ "bnb_4bit_compute_dtype": "float16",
11
+ "bnb_4bit_use_double_quant": true
12
+ }
13
+ }