BienKieu commited on
Commit
286aa70
·
verified ·
1 Parent(s): 8f7db54

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name_or_path": "microsoft/unixcoder-base",
3
+ "max_length": 64,
4
+ "hidden_size": 768,
5
+ "vocab_size": 51416,
6
+ "sos_id": 0,
7
+ "eos_id": 2,
8
+ "pad_id": 1
9
+ }