chrisociepa commited on
Commit
ecd802e
·
verified ·
1 Parent(s): 9f12018

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": "/mnt/sda/llm/quant/models/dpo7-007_3k",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
- "eos_token_id": 32001,
9
  "head_dim": 128,
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": [ 32001, 2 ],
8
  "head_dim": 128,
9
  "hidden_act": "silu",
10
  "hidden_size": 4096,