TheBloke commited on
Commit
cfca228
·
1 Parent(s): fd7f4e2

Fix upstream broken JSON files. Again.

Browse files
Files changed (2) hide show
  1. config.json +3 -5
  2. tokenizer_config.json +15 -15
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "_name_or_path": "/workspace/process/open-orca_mistral-7b-openorca/source",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
6
  "bos_token_id": 1,
7
- "eos_token_id": 2,
8
  "hidden_act": "silu",
9
  "hidden_size": 4096,
10
  "initializer_range": 0.02,
@@ -14,13 +14,11 @@
14
  "num_attention_heads": 32,
15
  "num_hidden_layers": 32,
16
  "num_key_value_heads": 8,
17
- "pad_token_id": 0,
18
- "pretraining_tp": 1,
19
  "rms_norm_eps": 1e-05,
20
  "rope_theta": 10000.0,
21
  "sliding_window": 4096,
22
  "tie_word_embeddings": false,
23
- "torch_dtype": "float16",
24
  "transformers_version": "4.34.0.dev0",
25
  "use_cache": true,
26
  "vocab_size": 32002
 
1
  {
2
+ "_name_or_path": "mistralai/Mistral-7B-v0.1",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
6
  "bos_token_id": 1,
7
+ "eos_token_id": 32000,
8
  "hidden_act": "silu",
9
  "hidden_size": 4096,
10
  "initializer_range": 0.02,
 
14
  "num_attention_heads": 32,
15
  "num_hidden_layers": 32,
16
  "num_key_value_heads": 8,
 
 
17
  "rms_norm_eps": 1e-05,
18
  "rope_theta": 10000.0,
19
  "sliding_window": 4096,
20
  "tie_word_embeddings": false,
21
+ "torch_dtype": "bfloat16",
22
  "transformers_version": "4.34.0.dev0",
23
  "use_cache": true,
24
  "vocab_size": 32002
tokenizer_config.json CHANGED
@@ -4,49 +4,49 @@
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
7
- "lstrip": false,
8
- "normalized": true,
9
- "rstrip": false,
10
  "single_word": false,
11
  "special": true
12
  },
13
  "1": {
14
  "content": "<s>",
15
- "lstrip": false,
16
- "normalized": true,
17
- "rstrip": false,
18
  "single_word": false,
19
  "special": true
20
  },
21
  "2": {
22
  "content": "</s>",
23
  "lstrip": false,
24
- "normalized": true,
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
  },
29
  "32000": {
30
  "content": "<|im_end|>",
31
- "lstrip": true,
32
- "normalized": true,
33
- "rstrip": true,
34
  "single_word": false,
35
- "special": false
36
  },
37
  "32001": {
38
  "content": "<|im_start|>",
39
  "lstrip": true,
40
- "normalized": true,
41
  "rstrip": true,
42
  "single_word": false,
43
- "special": false
44
  }
45
  },
46
  "additional_special_tokens": [],
47
  "bos_token": "<s>",
48
  "clean_up_tokenization_spaces": false,
49
- "eos_token": "</s>",
50
  "legacy": true,
51
  "model_max_length": 1000000000000000019884624838656,
52
  "pad_token": null,
@@ -57,4 +57,4 @@
57
  "unk_token": "<unk>",
58
  "use_default_system_prompt": true,
59
  "use_fast": true
60
- }
 
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": true,
10
  "single_word": false,
11
  "special": true
12
  },
13
  "1": {
14
  "content": "<s>",
15
+ "lstrip": true,
16
+ "normalized": false,
17
+ "rstrip": true,
18
  "single_word": false,
19
  "special": true
20
  },
21
  "2": {
22
  "content": "</s>",
23
  "lstrip": false,
24
+ "normalized": false,
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
  },
29
  "32000": {
30
  "content": "<|im_end|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
  "single_word": false,
35
+ "special": true
36
  },
37
  "32001": {
38
  "content": "<|im_start|>",
39
  "lstrip": true,
40
+ "normalized": false,
41
  "rstrip": true,
42
  "single_word": false,
43
+ "special": true
44
  }
45
  },
46
  "additional_special_tokens": [],
47
  "bos_token": "<s>",
48
  "clean_up_tokenization_spaces": false,
49
+ "eos_token": "<|im_end|>",
50
  "legacy": true,
51
  "model_max_length": 1000000000000000019884624838656,
52
  "pad_token": null,
 
57
  "unk_token": "<unk>",
58
  "use_default_system_prompt": true,
59
  "use_fast": true
60
+ }