amychensima commited on
Commit
a988147
·
verified ·
1 Parent(s): 3a7a2c8

Upload folder using huggingface_hub

Browse files
devkit/models--meta-llama--Llama-3.1-8B-Instruct_language_embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:460a5cfdeefd5d7bb4f7f762e8b16b192fbdb3a8f3f220c3000c96c02b5adb06
3
+ size 2101346432
devkit/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82e9d31979e92ab929cd544440f129d9ecd797b69e327f80f17e1c50d5551b55
3
+ size 2183982
devkit/vlm_config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "models--meta-llama--Llama-3.1-8B-Instruct",
3
+ "model_type": "llm-llama3.1",
4
+ "vm_cfg": null,
5
+ "mm_cfg": null,
6
+ "lm_cfg": {
7
+ "model_type": "llama",
8
+ "data_type": "bfloat16",
9
+ "arch": "llama",
10
+ "gen": "3.1",
11
+ "size": "8b",
12
+ "token_cfg": {
13
+ "tokenizer_type": "tiktoken",
14
+ "tokenizer_path": "/project/mlasw/users/amy.chen/debug/models--meta-llama--Llama-3.1-8B-Instruct/blobs/82e9d31979e92ab929cd544440f129d9ecd797b69e327f80f17e1c50d5551b55",
15
+ "vocab_size": 128256,
16
+ "special_tokens": {
17
+ "bos_token_id": 128000,
18
+ "eos_token_id": [
19
+ 128001,
20
+ 128008,
21
+ 128009
22
+ ]
23
+ }
24
+ },
25
+ "rope_cfg": {
26
+ "rope_theta": 500000,
27
+ "rope_local_base_freq": 500000,
28
+ "rope_scaling": {
29
+ "factor": 8.0,
30
+ "low_freq_factor": 1.0,
31
+ "high_freq_factor": 4.0,
32
+ "original_max_position_embeddings": 8192,
33
+ "long_factor": null,
34
+ "short_factor": null,
35
+ "rope_type": "llama3"
36
+ }
37
+ },
38
+ "attn_cfg": {
39
+ "num_attention_heads": 32,
40
+ "num_key_value_heads": 8,
41
+ "head_dim": 128,
42
+ "swa_enable": false,
43
+ "swa_ratio": 0,
44
+ "sliding_window": 0,
45
+ "attention_bias": false,
46
+ "attention_dropout": 0.0,
47
+ "query_pre_attn_scalar": 0
48
+ },
49
+ "mlp_cfg": {
50
+ "intermediate_size": 14336,
51
+ "act": "silu",
52
+ "num_layers": 3,
53
+ "mlp_bias": false
54
+ },
55
+ "hidden_size": 4096,
56
+ "num_hidden_layers": 32,
57
+ "max_position_embeddings": 2048,
58
+ "rms_norm_eps": 1e-05,
59
+ "layer_norms": [
60
+ "pre_attn",
61
+ "post_attn"
62
+ ],
63
+ "attn_logit_softcapping": null,
64
+ "final_logit_softcapping": null,
65
+ "lm_head_num_splits": 2,
66
+ "lm_head_split_dim": 64128
67
+ },
68
+ "pipeline_cfg": {
69
+ "system_prompt": null,
70
+ "max_num_tokens": 1024,
71
+ "input_token_group_size": 128,
72
+ "input_token_group_offsets": [
73
+ 0,
74
+ 128,
75
+ 256
76
+ ],
77
+ "future_token_mask_size": 128
78
+ },
79
+ "language_model_name": "models--meta-llama--Llama-3.1-8B-Instruct_language"
80
+ }