nianlong commited on
Commit
86f6192
1 Parent(s): 78fad62

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "bos_token": "<|begin_of_text|>",
3
- "eos_token": "<|end_of_text|>",
4
  "layer_norm_epsilon": 1e-05,
5
- "unk_token": null
6
  }
 
1
  {
2
  "bos_token": "<|begin_of_text|>",
3
+ "eos_token": "<|eot_id|>",
4
  "layer_norm_epsilon": 1e-05,
5
+ "unk_token": "<|unk|>"
6
  }