not-lain commited on
Commit
988430c
1 Parent(s): 0e43bac

Upload LlamaForCausalLM

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -5,9 +5,9 @@
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
- "bos_token_id": 0,
9
  "end_token_id": 0,
10
- "eos_token_id": 0,
11
  "hidden_act": "silu",
12
  "hidden_size": 576,
13
  "initializer_range": 0.02,
 
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
  "end_token_id": 0,
10
+ "eos_token_id": 2,
11
  "hidden_act": "silu",
12
  "hidden_size": 576,
13
  "initializer_range": 0.02,