aldigobbler commited on
Commit
ff57287
·
verified ·
1 Parent(s): eb6b253

update json to include the vocab size

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -12,5 +12,6 @@
12
  "attention": 0.3,
13
  "final": 0.4
14
  },
15
- "seq_len": 768
 
16
  }
 
12
  "attention": 0.3,
13
  "final": 0.4
14
  },
15
+ "seq_len": 768,
16
+ "vocab_size": 30522
17
  }