Rahul-8799 commited on
Commit
25226c0
·
verified ·
1 Parent(s): 23881c6

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -43
config.json DELETED
@@ -1,43 +0,0 @@
1
- {
2
- "architectures": [
3
- "CohereForCausalLM"
4
- ],
5
- "attention_bias": false,
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 5,
8
- "eos_token_id": 255001,
9
- "hidden_act": "silu",
10
- "hidden_size": 8192,
11
- "initializer_range": 0.02,
12
- "intermediate_size": 24576,
13
- "layer_norm_eps": 1e-05,
14
- "logit_scale": 0.0625,
15
- "max_position_embeddings": 131072,
16
- "model_type": "cohere",
17
- "num_attention_heads": 64,
18
- "num_hidden_layers": 40,
19
- "num_key_value_heads": 8,
20
- "pad_token_id": 0,
21
- "quantization_config": {
22
- "_load_in_4bit": true,
23
- "_load_in_8bit": false,
24
- "bnb_4bit_compute_dtype": "bfloat16",
25
- "bnb_4bit_quant_storage": "uint8",
26
- "bnb_4bit_quant_type": "nf4",
27
- "bnb_4bit_use_double_quant": true,
28
- "llm_int8_enable_fp32_cpu_offload": false,
29
- "llm_int8_has_fp16_weight": false,
30
- "llm_int8_skip_modules": null,
31
- "llm_int8_threshold": 6.0,
32
- "load_in_4bit": true,
33
- "load_in_8bit": false,
34
- "quant_method": "bitsandbytes"
35
- },
36
- "rope_scaling": null,
37
- "rope_theta": 4000000,
38
- "torch_dtype": "float16",
39
- "transformers_version": "4.51.3",
40
- "use_cache": true,
41
- "use_qk_norm": false,
42
- "vocab_size": 256000
43
- }