ludis commited on
Commit
7e1c85c
·
verified ·
1 Parent(s): 2749dfd

Delete 4bits-64g-desc_act_True-damp_0.01

Browse files
4bits-64g-desc_act_True-damp_0.01/config.json DELETED
@@ -1,27 +0,0 @@
1
- {
2
- "_name_or_path": "models/ludis_tsukasa-limarp-7b",
3
- "architectures": [
4
- "LlamaForCausalLM"
5
- ],
6
- "bos_token_id": 1,
7
- "eos_token_id": 2,
8
- "hidden_act": "silu",
9
- "hidden_size": 4096,
10
- "initializer_range": 0.02,
11
- "intermediate_size": 11008,
12
- "max_position_embeddings": 4096,
13
- "model_type": "llama",
14
- "num_attention_heads": 32,
15
- "num_hidden_layers": 32,
16
- "num_key_value_heads": 32,
17
- "pad_token_id": 0,
18
- "pretraining_tp": 1,
19
- "rms_norm_eps": 1e-05,
20
- "rope_scaling": null,
21
- "rope_theta": 10000.0,
22
- "tie_word_embeddings": false,
23
- "torch_dtype": "float16",
24
- "transformers_version": "4.32.1",
25
- "use_cache": false,
26
- "vocab_size": 32003
27
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4bits-64g-desc_act_True-damp_0.01/gptq_model-4bit-64g.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2dcecc5a00bcaa8bd2f0b058b3d141d82ab8ef2449b086c0a2b206e21b23407e
3
- size 4023248424
 
 
 
 
4bits-64g-desc_act_True-damp_0.01/quantize_config.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "bits": 4,
3
- "group_size": 64,
4
- "damp_percent": 0.01,
5
- "desc_act": true,
6
- "static_groups": false,
7
- "sym": true,
8
- "true_sequential": true,
9
- "model_name_or_path": null,
10
- "model_file_base_name": null
11
- }