nm-autobot commited on
Commit
f84f93e
1 Parent(s): a3f2378

Upload LlamaForCausalLM

Browse files
Files changed (1) hide show
  1. config.json +15 -23
config.json CHANGED
@@ -6,7 +6,20 @@
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 1,
9
- "compression_config": {
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  "config_groups": {
11
  "group_0": {
12
  "input_activations": null,
@@ -36,29 +49,8 @@
36
  "kv_cache_scheme": null,
37
  "quant_method": "compressed-tensors",
38
  "quantization_status": "compressed",
39
- "sparsity_config": {
40
- "format": "dense",
41
- "global_sparsity": 0.13497870199134804,
42
- "ignore": [],
43
- "registry_requires_subclass": false,
44
- "sparsity_structure": "unstructured",
45
- "targets": []
46
- },
47
- "version": "0.6.0.20240927"
48
  },
49
- "eos_token_id": 2,
50
- "head_dim": 64,
51
- "hidden_act": "silu",
52
- "hidden_size": 2048,
53
- "initializer_range": 0.02,
54
- "intermediate_size": 5632,
55
- "max_position_embeddings": 2048,
56
- "mlp_bias": false,
57
- "model_type": "llama",
58
- "num_attention_heads": 32,
59
- "num_hidden_layers": 22,
60
- "num_key_value_heads": 4,
61
- "pretraining_tp": 1,
62
  "rms_norm_eps": 1e-05,
63
  "rope_scaling": null,
64
  "rope_theta": 10000.0,
 
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 5632,
15
+ "max_position_embeddings": 2048,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 22,
20
+ "num_key_value_heads": 4,
21
+ "pretraining_tp": 1,
22
+ "quantization_config": {
23
  "config_groups": {
24
  "group_0": {
25
  "input_activations": null,
 
49
  "kv_cache_scheme": null,
50
  "quant_method": "compressed-tensors",
51
  "quantization_status": "compressed",
52
+ "version": "0.6.0.20240928"
 
 
 
 
 
 
 
 
53
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  "rms_norm_eps": 1e-05,
55
  "rope_scaling": null,
56
  "rope_theta": 10000.0,