qhduan commited on
Commit
5caf87d
1 Parent(s): 0f8ed8a

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +4 -3
  2. generation_config.json +2 -2
config.json CHANGED
@@ -8,8 +8,10 @@
8
  "AutoModel": "modeling_aquila.LlamaModel",
9
  "AutoModelForCausalLM": "modeling_aquila.LlamaForCausalLM"
10
  },
11
- "bos_token_id": 1,
12
- "eos_token_id": 2,
 
 
13
  "hidden_act": "silu",
14
  "hidden_size": 4096,
15
  "initializer_range": 0.02,
@@ -18,7 +20,6 @@
18
  "model_type": "llama",
19
  "num_attention_heads": 32,
20
  "num_hidden_layers": 32,
21
- "pad_token_id": 0,
22
  "rms_norm_eps": 1e-05,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float16",
 
8
  "AutoModel": "modeling_aquila.LlamaModel",
9
  "AutoModelForCausalLM": "modeling_aquila.LlamaForCausalLM"
10
  },
11
+ "bos_token_id": 100006,
12
+ "eos_token_id": 100007,
13
+ "pad_token_id": 0,
14
+ "unk_token_id": 0,
15
  "hidden_act": "silu",
16
  "hidden_size": 4096,
17
  "initializer_range": 0.02,
 
20
  "model_type": "llama",
21
  "num_attention_heads": 32,
22
  "num_hidden_layers": 32,
 
23
  "rms_norm_eps": 1e-05,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "float16",
generation_config.json CHANGED
@@ -1,7 +1,7 @@
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.30.1"
7
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "bos_token_id": 100006,
4
+ "eos_token_id": 100007,
5
  "pad_token_id": 0,
6
  "transformers_version": "4.30.1"
7
  }