mike-ravkine commited on
Commit
bb4f2d1
1 Parent(s): c943460

Update config.json

Browse files

The official fix for EOS token ID from upstream: https://huggingface.co/tiiuae/falcon-40b-instruct/commit/662a9a4ffd96f4f73dd18141b60962f94b743c56

Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -11,8 +11,8 @@
11
  "AutoModelForCausalLM": "modelling_RW.RWForCausalLM"
12
  },
13
  "bias": false,
14
- "bos_token_id": 1,
15
- "eos_token_id": 2,
16
  "hidden_dropout": 0.0,
17
  "hidden_size": 4544,
18
  "initializer_range": 0.02,
 
11
  "AutoModelForCausalLM": "modelling_RW.RWForCausalLM"
12
  },
13
  "bias": false,
14
+ "bos_token_id": 11,
15
+ "eos_token_id": 11,
16
  "hidden_dropout": 0.0,
17
  "hidden_size": 4544,
18
  "initializer_range": 0.02,