sethuiyer commited on
Commit
1b3cd67
1 Parent(s): 04618a6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -1,11 +1,10 @@
1
  {
2
- "_name_or_path": "sethuiyer/Chikuma_10.7B",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
- "eos_token_id": 2,
9
  "pad_token_id": 32000,
10
  "hidden_act": "silu",
11
  "hidden_size": 4096,
 
1
  {
 
2
  "architectures": [
3
  "MistralForCausalLM"
4
  ],
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 1,
7
+ "eos_token_id": 32000,
8
  "pad_token_id": 32000,
9
  "hidden_act": "silu",
10
  "hidden_size": 4096,