decem commited on
Commit
a22fbb3
·
1 Parent(s): 4578907

update new model

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<pad>": 32000
3
+ }
config.json CHANGED
@@ -1,8 +1,10 @@
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
5
  "attention_bias": false,
 
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
  "hidden_act": "silu",
@@ -21,7 +23,7 @@
21
  "rope_theta": 10000.0,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
- "transformers_version": "4.35.2",
25
  "use_cache": false,
26
- "vocab_size": 32000
27
  }
 
1
  {
2
+ "_name_or_path": "/paratera5-data/home/zhangyi/project/premodels/mystery",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
  "bos_token_id": 1,
9
  "eos_token_id": 2,
10
  "hidden_act": "silu",
 
23
  "rope_theta": 10000.0,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.36.0",
27
  "use_cache": false,
28
+ "vocab_size": 32064
29
  }
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.36.0",
7
+ "use_cache": false
8
+ }
model-00001-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:746781bf53d03eea60848e6d948840eab51f1fa08f6abdedccead78ebb43baf1
3
- size 4978265800
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f71cb13fbb7ac59b58d141e925442a13105a938dbdd3aacfd0318641f039f7c
3
+ size 4978921160
model-00002-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e58ae93f0e9bd520e9afc9eb9b7e80e6e8bdce0b2913eb8c697dd12446131a57
3
  size 4970422232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00cb751835a090ad6166a98e3c6160a947d52fb046b64c5306c701ab708d920
3
  size 4970422232
model-00003-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2449ad40cbbf6688cdbefbd5f946a472e8b48acaf30d39b61b6c33f3afbc1943
3
  size 4970422256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf6e7993c1feb374f696676edb02e6e0443596eef8a72ddba1aae995e8b76ba
3
  size 4970422256
model-00004-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:15759afe3da4e3d48fb0e7040a31a3d4ea41a7254e6c06089ea31f70686bc08a
3
  size 4933701504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7327a4b0d6f85c39534cae0520b76101b33f4728022a7ccb205d89c256c79cf4
3
  size 4933701504
model-00005-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d47d312b8bde7022417dcb06e19a7e4c34497412c03e08d62b3a2e5efbb17b66
3
  size 4933722216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceba4d37a83d46ee31448adf04e43fff78d3e5660d5afc40dc456327779c5bd4
3
  size 4933722216
model-00006-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b9320f29d1a7395ad53ca05aaab1adfc7f5ae06eb80811a214ec2f351494662
3
- size 1245236920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a0bdddaeb89a034e399ded42758d43549951bd1738640a8fe5fbfd797a4c871
3
+ size 1245892280
model.safetensors.index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "metadata": {
3
- "total_size": 26031728640
4
  },
5
  "weight_map": {
6
  "lm_head.weight": "model-00006-of-00006.safetensors",
 
1
  {
2
  "metadata": {
3
+ "total_size": 26033039360
4
  },
5
  "weight_map": {
6
  "lm_head.weight": "model-00006-of-00006.safetensors",
special_tokens_map.json CHANGED
@@ -1,7 +1,25 @@
1
  {
2
- "bos_token": "<s>",
3
- "eos_token": "</s>",
4
- "pad_token": "<unk>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "unk_token": {
6
  "content": "<unk>",
7
  "lstrip": false,
 
1
  {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<unk>",
25
  "lstrip": false,
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -25,18 +25,27 @@
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
 
 
 
 
 
 
 
 
28
  }
29
  },
30
  "bos_token": "<s>",
31
  "clean_up_tokenization_spaces": false,
32
  "eos_token": "</s>",
33
  "legacy": false,
34
- "model_max_length": 1000000000000000019884624838656,
35
  "pad_token": "<unk>",
36
- "padding_side": "left",
37
  "sp_model_kwargs": {},
38
  "spaces_between_special_tokens": false,
 
39
  "tokenizer_class": "LlamaTokenizer",
40
  "unk_token": "<unk>",
41
- "use_default_system_prompt": false
42
  }
 
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
+ },
29
+ "32000": {
30
+ "content": "<pad>",
31
+ "lstrip": false,
32
+ "normalized": true,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": false
36
  }
37
  },
38
  "bos_token": "<s>",
39
  "clean_up_tokenization_spaces": false,
40
  "eos_token": "</s>",
41
  "legacy": false,
42
+ "model_max_length": 4096,
43
  "pad_token": "<unk>",
44
+ "padding_side": "right",
45
  "sp_model_kwargs": {},
46
  "spaces_between_special_tokens": false,
47
+ "split_special_tokens": false,
48
  "tokenizer_class": "LlamaTokenizer",
49
  "unk_token": "<unk>",
50
+ "use_default_system_prompt": true
51
  }