Svak commited on
Commit
f781340
·
verified ·
1 Parent(s): e24b0ee

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +79 -0
config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 128000,
8
+ "eos_token_id": 128009,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 8192,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 28672,
14
+ "max_position_embeddings": 131072,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 64,
18
+ "num_hidden_layers": 80,
19
+ "num_key_value_heads": 8,
20
+ "pad_token_id": 128004,
21
+ "pretraining_tp": 1,
22
+ "quantization_config": {
23
+ "config_groups": {
24
+ "group_0": {
25
+ "input_activations": {
26
+ "actorder": null,
27
+ "block_structure": null,
28
+ "dynamic": true,
29
+ "group_size": null,
30
+ "num_bits": 8,
31
+ "observer": null,
32
+ "observer_kwargs": {},
33
+ "strategy": "token",
34
+ "symmetric": true,
35
+ "type": "float"
36
+ },
37
+ "output_activations": null,
38
+ "targets": [
39
+ "Linear"
40
+ ],
41
+ "weights": {
42
+ "actorder": null,
43
+ "block_structure": null,
44
+ "dynamic": false,
45
+ "group_size": null,
46
+ "num_bits": 8,
47
+ "observer": "minmax",
48
+ "observer_kwargs": {},
49
+ "strategy": "channel",
50
+ "symmetric": true,
51
+ "type": "float"
52
+ }
53
+ }
54
+ },
55
+ "format": "float-quantized",
56
+ "global_compression_ratio": null,
57
+ "ignore": [
58
+ "lm_head"
59
+ ],
60
+ "kv_cache_scheme": null,
61
+ "quant_method": "compressed-tensors",
62
+ "quantization_status": "compressed"
63
+ },
64
+ "rms_norm_eps": 1e-05,
65
+ "rope_scaling": {
66
+ "factor": 8.0,
67
+ "high_freq_factor": 4.0,
68
+ "low_freq_factor": 1.0,
69
+ "original_max_position_embeddings": 8192,
70
+ "rope_type": "llama3"
71
+ },
72
+ "rope_theta": 500000.0,
73
+ "tie_word_embeddings": false,
74
+ "torch_dtype": "bfloat16",
75
+ "transformers_version": "4.55.2",
76
+ "unsloth_fixed": true,
77
+ "use_cache": true,
78
+ "vocab_size": 128256
79
+ }