update json to include the vocab size
Browse files- 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 |
}
|