warshanks commited on
Commit
abf1e3a
·
verified ·
1 Parent(s): 1b1a292

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +57 -0
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "head_dim": 128,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 5120,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 32768,
13
+ "max_position_embeddings": 32768,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 40,
17
+ "num_key_value_heads": 8,
18
+ "quantization_config": {
19
+ "config_groups": {
20
+ "group_0": {
21
+ "input_activations": null,
22
+ "output_activations": null,
23
+ "targets": [
24
+ "Linear"
25
+ ],
26
+ "weights": {
27
+ "actorder": null,
28
+ "block_structure": null,
29
+ "dynamic": false,
30
+ "group_size": 128,
31
+ "num_bits": 4,
32
+ "observer": "minmax",
33
+ "observer_kwargs": {},
34
+ "strategy": "group",
35
+ "symmetric": false,
36
+ "type": "int"
37
+ }
38
+ }
39
+ },
40
+ "format": "pack-quantized",
41
+ "global_compression_ratio": null,
42
+ "ignore": [
43
+ "lm_head"
44
+ ],
45
+ "kv_cache_scheme": null,
46
+ "quant_method": "compressed-tensors",
47
+ "quantization_status": "compressed"
48
+ },
49
+ "rms_norm_eps": 1e-05,
50
+ "rope_theta": 100000000.0,
51
+ "sliding_window": null,
52
+ "tie_word_embeddings": false,
53
+ "torch_dtype": "bfloat16",
54
+ "transformers_version": "4.53.2",
55
+ "use_cache": true,
56
+ "vocab_size": 131072
57
+ }