dacorvo HF Staff commited on
Commit
dad0000
·
verified ·
1 Parent(s): edc18f1

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +37 -0
  2. model.pt +3 -0
  3. neuron_config.json +43 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 128000,
8
+ "eos_token_id": 128009,
9
+ "head_dim": 64,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 2048,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 8192,
14
+ "max_position_embeddings": 131072,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 16,
19
+ "num_key_value_heads": 8,
20
+ "pad_token_id": 128004,
21
+ "pretraining_tp": 1,
22
+ "rms_norm_eps": 1e-05,
23
+ "rope_scaling": {
24
+ "factor": 32.0,
25
+ "high_freq_factor": 4.0,
26
+ "low_freq_factor": 1.0,
27
+ "original_max_position_embeddings": 8192,
28
+ "rope_type": "llama3"
29
+ },
30
+ "rope_theta": 500000.0,
31
+ "tie_word_embeddings": true,
32
+ "torch_dtype": "bfloat16",
33
+ "transformers_version": "4.51.3",
34
+ "unsloth_fixed": true,
35
+ "use_cache": true,
36
+ "vocab_size": 128256
37
+ }
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5b9760e504f8bd6ad2949bd4fbc77430d9459bde821a2d011a20ec49e00b8aa
3
+ size 34397765
neuron_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_serialized_key": "NxDNeuronConfig",
3
+ "async_mode": false,
4
+ "attn_kernel_enabled": false,
5
+ "batch_size": 1,
6
+ "capacity_factor": null,
7
+ "cc_pipeline_tiling_factor": 2,
8
+ "checkpoint_id": "unsloth/Llama-3.2-1B-Instruct",
9
+ "checkpoint_revision": null,
10
+ "continuous_batching": false,
11
+ "enable_bucketing": false,
12
+ "ep_degree": 1,
13
+ "flash_decoding_enabled": false,
14
+ "fused_qkv": false,
15
+ "glu_mlp": true,
16
+ "is_chunked_prefill": false,
17
+ "local_ranks_size": 2,
18
+ "logical_nc_config": 1,
19
+ "max_batch_size": 1,
20
+ "max_context_length": 4096,
21
+ "max_topk": 256,
22
+ "mlp_kernel_enabled": false,
23
+ "mlp_kernel_fuse_residual_add": false,
24
+ "n_active_tokens": 4096,
25
+ "neuronxcc_version": "2.17.194.0+d312836f",
26
+ "num_cores_per_group": 1,
27
+ "on_device_sampling": false,
28
+ "optimum_neuron_version": "0.2.0.dev8",
29
+ "output_logits": false,
30
+ "padding_side": "right",
31
+ "pp_degree": 1,
32
+ "qk_layernorm": false,
33
+ "qkv_kernel_enabled": false,
34
+ "rpl_reduce_dtype": "bfloat16",
35
+ "sequence_length": 4096,
36
+ "sequence_parallel_enabled": false,
37
+ "speculation_length": 0,
38
+ "start_rank_id": 0,
39
+ "target": null,
40
+ "torch_dtype": "bfloat16",
41
+ "tp_degree": 2,
42
+ "vocab_parallel": false
43
+ }