shuyuej commited on
Commit
09d2ecd
·
verified ·
1 Parent(s): 4faad12

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -64
config.json DELETED
@@ -1,64 +0,0 @@
1
- {
2
- "_name_or_path": "shuyuej/Llama-3.2-3B-Instruct-GPTQ",
3
- "architectures": [
4
- "LlamaForCausalLM"
5
- ],
6
- "attention_bias": false,
7
- "attention_dropout": 0.0,
8
- "bos_token_id": 128000,
9
- "eos_token_id": [
10
- 128001,
11
- 128008,
12
- 128009
13
- ],
14
- "head_dim": 128,
15
- "hidden_act": "silu",
16
- "hidden_size": 3072,
17
- "initializer_range": 0.02,
18
- "intermediate_size": 8192,
19
- "max_position_embeddings": 131072,
20
- "mlp_bias": false,
21
- "model_type": "llama",
22
- "num_attention_heads": 24,
23
- "num_hidden_layers": 28,
24
- "num_key_value_heads": 8,
25
- "pretraining_tp": 1,
26
- "quantization_config": {
27
- "batch_size": 1,
28
- "bits": 4,
29
- "block_name_to_quantize": null,
30
- "cache_block_outputs": true,
31
- "damp_percent": 0.1,
32
- "dataset": null,
33
- "desc_act": false,
34
- "exllama_config": {
35
- "version": 1
36
- },
37
- "group_size": 128,
38
- "max_input_length": null,
39
- "model_seqlen": null,
40
- "module_name_preceding_first_block": null,
41
- "modules_in_block_to_quantize": null,
42
- "pad_token_id": null,
43
- "quant_method": "gptq",
44
- "sym": true,
45
- "tokenizer": null,
46
- "true_sequential": true,
47
- "use_cuda_fp16": false,
48
- "use_exllama": true
49
- },
50
- "rms_norm_eps": 1e-05,
51
- "rope_scaling": {
52
- "factor": 32.0,
53
- "high_freq_factor": 4.0,
54
- "low_freq_factor": 1.0,
55
- "original_max_position_embeddings": 8192,
56
- "rope_type": "llama3"
57
- },
58
- "rope_theta": 500000.0,
59
- "tie_word_embeddings": true,
60
- "torch_dtype": "float16",
61
- "transformers_version": "4.43.4",
62
- "use_cache": true,
63
- "vocab_size": 128256
64
- }