jiyong98 commited on
Commit
16ceaef
1 Parent(s): 68ac767

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "layer_norm_epsilon": null,
5
+ "multi_query_attention": true,
6
+ "unk_token": "<|endoftext|>"
7
+ }