AminBH commited on
Commit
10972e9
1 Parent(s): 043ba59

Initial upload

Browse files
Files changed (2) hide show
  1. config.json +51 -0
  2. qmodel.pt +3 -0
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "meta-llama/Meta-Llama-3-8B",
4
+ "architectures": [
5
+ "LlamaForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 128000,
10
+ "eos_token_id": 128001,
11
+ "head_dim": 128,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 4096,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 14336,
16
+ "max_position_embeddings": 8192,
17
+ "mlp_bias": false,
18
+ "model_type": "llama",
19
+ "num_attention_heads": 32,
20
+ "num_hidden_layers": 32,
21
+ "num_key_value_heads": 8,
22
+ "pretraining_tp": 1,
23
+ "quantization_config": {
24
+ "quant_config": {
25
+ "offload_meta": false,
26
+ "scale_quant_params": null,
27
+ "weight_quant_params": {
28
+ "axis": 0,
29
+ "channel_wise": true,
30
+ "group_size": 64,
31
+ "nbits": 2,
32
+ "optimize": true,
33
+ "round_zero": false,
34
+ "view_as_float": false
35
+ },
36
+ "zero_quant_params": null
37
+ },
38
+ "quant_method": "hqq",
39
+ "skip_modules": [
40
+ "lm_head"
41
+ ]
42
+ },
43
+ "rms_norm_eps": 1e-05,
44
+ "rope_scaling": null,
45
+ "rope_theta": 500000.0,
46
+ "tie_word_embeddings": false,
47
+ "torch_dtype": "bfloat16",
48
+ "transformers_version": "4.46.3",
49
+ "use_cache": true,
50
+ "vocab_size": 128256
51
+ }
qmodel.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:405f96b8ae7a8fa01a1ff17ecf69e391d83be90968ea426fabd159aaf86425a9
3
+ size 4283161093