TheBloke commited on
Commit
5d8782d
1 Parent(s): 9e0f906

Fix upstream broken JSON files again

Browse files
Files changed (2) hide show
  1. config.json +24 -46
  2. tokenizer_config.json +15 -15
config.json CHANGED
@@ -1,47 +1,25 @@
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,
11
- "intermediate_size": 14336,
12
- "max_position_embeddings": 32768,
13
- "model_type": "mistral",
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
- "quantization_config": {
20
- "batch_size": 1,
21
- "bits": 4,
22
- "block_name_to_quantize": "model.layers",
23
- "damp_percent": 0.1,
24
- "desc_act": true,
25
- "disable_exllama": true,
26
- "group_size": 128,
27
- "max_input_length": null,
28
- "model_seqlen": 32768,
29
- "module_name_preceding_first_block": [
30
- "model.embed_tokens"
31
- ],
32
- "pad_token_id": null,
33
- "quant_method": "gptq",
34
- "sym": true,
35
- "tokenizer": null,
36
- "true_sequential": true,
37
- "use_cuda_fp16": true
38
- },
39
- "rms_norm_eps": 1e-05,
40
- "rope_theta": 10000.0,
41
- "sliding_window": 4096,
42
- "tie_word_embeddings": false,
43
- "torch_dtype": "float16",
44
- "transformers_version": "4.34.0.dev0",
45
- "use_cache": true,
46
- "vocab_size": 32002
47
- }
 
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,
11
+ "intermediate_size": 14336,
12
+ "max_position_embeddings": 32768,
13
+ "model_type": "mistral",
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
25
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }