miguel-kjh commited on
Commit
6325109
·
verified ·
1 Parent(s): 476f708

Upload GPTNeoXForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +16 -1
  2. model.safetensors +2 -2
config.json CHANGED
@@ -19,11 +19,26 @@
19
  "num_attention_heads": 8,
20
  "num_hidden_layers": 6,
21
  "pad_token_id": 0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  "rope_scaling": null,
23
  "rotary_emb_base": 10000,
24
  "rotary_pct": 0.25,
25
  "tie_word_embeddings": false,
26
- "torch_dtype": "float32",
27
  "transformers_version": "4.42.3",
28
  "use_cache": true,
29
  "use_parallel_residual": true,
 
19
  "num_attention_heads": 8,
20
  "num_hidden_layers": 6,
21
  "pad_token_id": 0,
22
+ "quantization_config": {
23
+ "_load_in_4bit": true,
24
+ "_load_in_8bit": false,
25
+ "bnb_4bit_compute_dtype": "bfloat16",
26
+ "bnb_4bit_quant_storage": "uint8",
27
+ "bnb_4bit_quant_type": "nf4",
28
+ "bnb_4bit_use_double_quant": false,
29
+ "llm_int8_enable_fp32_cpu_offload": false,
30
+ "llm_int8_has_fp16_weight": false,
31
+ "llm_int8_skip_modules": null,
32
+ "llm_int8_threshold": 6.0,
33
+ "load_in_4bit": true,
34
+ "load_in_8bit": false,
35
+ "quant_method": "bitsandbytes"
36
+ },
37
  "rope_scaling": null,
38
  "rotary_emb_base": 10000,
39
  "rotary_pct": 0.25,
40
  "tie_word_embeddings": false,
41
+ "torch_dtype": "float16",
42
  "transformers_version": "4.42.3",
43
  "use_cache": true,
44
  "use_parallel_residual": true,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b3549d3d2a785b94af370c0d0dfa9e4c464b85baba7c03d4e5ee1cb0baa7736
3
- size 281715176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f412b68b0502219928444040879b846679572d2e233599fefc3035dfcda21ea3
3
+ size 113742442