trongg commited on
Commit
8157280
·
verified ·
1 Parent(s): 44ae7f6

Delete Llama-3.2-3B-Instruct

Browse files
Llama-3.2-3B-Instruct/config.json DELETED
@@ -1,54 +0,0 @@
1
- {
2
- "_attn_implementation_autoset": true,
3
- "_name_or_path": "unsloth/Llama-3.2-3B-Instruct",
4
- "architectures": [
5
- "LlamaForCausalLM"
6
- ],
7
- "attention_bias": false,
8
- "attention_dropout": 0.0,
9
- "bos_token_id": 128000,
10
- "eos_token_id": [
11
- 128001,
12
- 128008,
13
- 128009
14
- ],
15
- "head_dim": 128,
16
- "hidden_act": "silu",
17
- "hidden_size": 3072,
18
- "initializer_range": 0.02,
19
- "intermediate_size": 8192,
20
- "max_position_embeddings": 131072,
21
- "mlp_bias": false,
22
- "model_type": "llama",
23
- "num_attention_heads": 24,
24
- "num_hidden_layers": 28,
25
- "num_key_value_heads": 8,
26
- "pretraining_tp": 1,
27
- "quantization_config": {
28
- "bits": 4,
29
- "damp_percent": 0.1,
30
- "desc_act": false,
31
- "group_size": 128,
32
- "is_marlin_format": false,
33
- "model_file_base_name": null,
34
- "model_name_or_path": null,
35
- "quant_method": "gptq",
36
- "static_groups": false,
37
- "sym": true,
38
- "true_sequential": true
39
- },
40
- "rms_norm_eps": 1e-05,
41
- "rope_scaling": {
42
- "factor": 32.0,
43
- "high_freq_factor": 4.0,
44
- "low_freq_factor": 1.0,
45
- "original_max_position_embeddings": 8192,
46
- "rope_type": "llama3"
47
- },
48
- "rope_theta": 500000.0,
49
- "tie_word_embeddings": true,
50
- "torch_dtype": "float16",
51
- "transformers_version": "4.47.1",
52
- "use_cache": true,
53
- "vocab_size": 128256
54
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Llama-3.2-3B-Instruct/gptq_model-4bit-128g.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:aed044a4693a1878cef13c2b63a4244432d106a1276698546d774683a98cb220
3
- size 3045341848
 
 
 
 
Llama-3.2-3B-Instruct/quantize_config.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "bits": 4,
3
- "group_size": 128,
4
- "damp_percent": 0.1,
5
- "desc_act": false,
6
- "static_groups": false,
7
- "sym": true,
8
- "true_sequential": true,
9
- "model_name_or_path": null,
10
- "model_file_base_name": null,
11
- "is_marlin_format": false,
12
- "quant_method": "gptq"
13
- }