iperbole commited on
Commit
24585c2
·
verified ·
1 Parent(s): 9292067

Upload folder using huggingface_hub

Browse files
added_tokens.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "<|end_header_id|>": 32001,
3
- "<|eom_id|>": 32003,
4
- "<|eot_id|>": 32002,
5
- "<|start_header_id|>": 32000
6
  }
 
1
  {
2
+ "<|end_header_id|>": 32769,
3
+ "<|eom_id|>": 32771,
4
+ "<|eot_id|>": 32770,
5
+ "<|start_header_id|>": 32768
6
  }
config.json CHANGED
@@ -4,7 +4,6 @@
4
  ],
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 1,
7
- "dtype": "bfloat16",
8
  "eos_token_id": 2,
9
  "head_dim": null,
10
  "hidden_act": "silu",
@@ -20,7 +19,9 @@
20
  "rope_theta": 10000.0,
21
  "sliding_window": 4096,
22
  "tie_word_embeddings": false,
23
- "transformers_version": "4.57.3",
 
 
24
  "use_cache": false,
25
- "vocab_size": 32064
26
  }
 
4
  ],
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 1,
 
7
  "eos_token_id": 2,
8
  "head_dim": null,
9
  "hidden_act": "silu",
 
19
  "rope_theta": 10000.0,
20
  "sliding_window": 4096,
21
  "tie_word_embeddings": false,
22
+ "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.52.0.dev0",
24
+ "unk_token_id": 0,
25
  "use_cache": false,
26
+ "vocab_size": 32832
27
  }
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
- "transformers_version": "4.57.3"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "transformers_version": "4.52.0.dev0"
6
  }
model-00001-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0b933394db60ddca8fdb82f9d8bb36421626f96e97d279945e2c9b1bf4cf07d
3
- size 4943686624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e44acec21cbc7be9f6081c4c4cbf738a7ea8c384a04158375cd76551dcc45e
3
+ size 4949978080
model-00002-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f1d10d1b1446937d76896bbdafa3d35d1fc8306798aeded6fa58cbcf6f64d93
3
  size 4999819336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3eeb535d837b3ecf67ffaeb9348ed47aed28a3c225cc180127196a0acfa68f2
3
  size 4999819336
model-00003-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9dde18c5778701bea9674f80f7c47a700f301da728fdc6bbacb61fed6488306
3
- size 4541040632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf58c542f35dbf21b368773760433e5ad2b0b4cf7022b13ed42df3556d8708d0
3
+ size 4547332088
model.safetensors.index.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "metadata": {
3
- "total_parameters": 7242256384,
4
- "total_size": 14484512768
5
  },
6
  "weight_map": {
7
  "lm_head.weight": "model-00003-of-00003.safetensors",
 
1
  {
2
  "metadata": {
3
+ "total_size": 14497095680
 
4
  },
5
  "weight_map": {
6
  "lm_head.weight": "model-00003-of-00003.safetensors",
special_tokens_map.json CHANGED
@@ -1,6 +1,12 @@
1
  {
2
  "additional_special_tokens": [
3
- "<|eom_id|>"
 
 
 
 
 
 
4
  ],
5
  "bos_token": {
6
  "content": "<s>",
@@ -16,13 +22,7 @@
16
  "rstrip": false,
17
  "single_word": false
18
  },
19
- "pad_token": {
20
- "content": "<|eot_id|>",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false
25
- },
26
  "unk_token": {
27
  "content": "<unk>",
28
  "lstrip": false,
 
1
  {
2
  "additional_special_tokens": [
3
+ {
4
+ "content": "<|eom_id|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ }
10
  ],
11
  "bos_token": {
12
  "content": "<s>",
 
22
  "rstrip": false,
23
  "single_word": false
24
  },
25
+ "pad_token": "<|eot_id|>",
 
 
 
 
 
 
26
  "unk_token": {
27
  "content": "<unk>",
28
  "lstrip": false,
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
- size 493443
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb411d9f702041597b9c84f0c99ee6601f02631467e2a76722db3ca1a2a77bf5
3
+ size 795167
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "add_bos_token": true,
3
  "add_eos_token": false,
4
- "add_prefix_space": null,
5
  "added_tokens_decoder": {
6
  "0": {
7
  "content": "<unk>",
@@ -27,7 +27,7 @@
27
  "single_word": false,
28
  "special": true
29
  },
30
- "32000": {
31
  "content": "<|start_header_id|>",
32
  "lstrip": false,
33
  "normalized": false,
@@ -35,7 +35,7 @@
35
  "single_word": false,
36
  "special": true
37
  },
38
- "32001": {
39
  "content": "<|end_header_id|>",
40
  "lstrip": false,
41
  "normalized": false,
@@ -43,7 +43,7 @@
43
  "single_word": false,
44
  "special": true
45
  },
46
- "32002": {
47
  "content": "<|eot_id|>",
48
  "lstrip": false,
49
  "normalized": false,
@@ -51,7 +51,7 @@
51
  "single_word": false,
52
  "special": true
53
  },
54
- "32003": {
55
  "content": "<|eom_id|>",
56
  "lstrip": false,
57
  "normalized": false,
@@ -76,5 +76,5 @@
76
  "split_special_tokens": false,
77
  "tokenizer_class": "LlamaTokenizer",
78
  "unk_token": "<unk>",
79
- "use_default_system_prompt": false
80
  }
 
1
  {
2
  "add_bos_token": true,
3
  "add_eos_token": false,
4
+ "add_prefix_space": true,
5
  "added_tokens_decoder": {
6
  "0": {
7
  "content": "<unk>",
 
27
  "single_word": false,
28
  "special": true
29
  },
30
+ "32768": {
31
  "content": "<|start_header_id|>",
32
  "lstrip": false,
33
  "normalized": false,
 
35
  "single_word": false,
36
  "special": true
37
  },
38
+ "32769": {
39
  "content": "<|end_header_id|>",
40
  "lstrip": false,
41
  "normalized": false,
 
43
  "single_word": false,
44
  "special": true
45
  },
46
+ "32770": {
47
  "content": "<|eot_id|>",
48
  "lstrip": false,
49
  "normalized": false,
 
51
  "single_word": false,
52
  "special": true
53
  },
54
+ "32771": {
55
  "content": "<|eom_id|>",
56
  "lstrip": false,
57
  "normalized": false,
 
76
  "split_special_tokens": false,
77
  "tokenizer_class": "LlamaTokenizer",
78
  "unk_token": "<unk>",
79
+ "use_default_system_prompt": true
80
  }