warshanks commited on
Commit
eb88afa
·
verified ·
1 Parent(s): 550dbed

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +69 -0
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 3072,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 8192,
14
+ "max_position_embeddings": 131072,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 24,
18
+ "num_hidden_layers": 28,
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": null,
26
+ "output_activations": null,
27
+ "targets": [
28
+ "Linear"
29
+ ],
30
+ "weights": {
31
+ "actorder": null,
32
+ "block_structure": null,
33
+ "dynamic": false,
34
+ "group_size": 128,
35
+ "num_bits": 4,
36
+ "observer": "minmax",
37
+ "observer_kwargs": {},
38
+ "strategy": "group",
39
+ "symmetric": false,
40
+ "type": "int"
41
+ }
42
+ }
43
+ },
44
+ "format": "pack-quantized",
45
+ "global_compression_ratio": null,
46
+ "ignore": [
47
+ "lm_head"
48
+ ],
49
+ "kv_cache_scheme": null,
50
+ "quant_method": "compressed-tensors",
51
+ "quantization_status": "compressed"
52
+ },
53
+ "rms_norm_eps": 1e-05,
54
+ "rope_scaling": {
55
+ "factor": 32.0,
56
+ "high_freq_factor": 4.0,
57
+ "low_freq_factor": 1.0,
58
+ "original_max_position_embeddings": 8192,
59
+ "rope_type": "llama3"
60
+ },
61
+ "rope_theta": 500000.0,
62
+ "tie_word_embeddings": false,
63
+ "torch_dtype": "bfloat16",
64
+ "transformers_version": "4.54.0",
65
+ "unsloth_fixed": true,
66
+ "unsloth_version": "2025.7.8",
67
+ "use_cache": true,
68
+ "vocab_size": 128256
69
+ }