Fix model autosetup
Browse filesThis commit fixes default pipeline
- config.json +2 -1
config.json
CHANGED
@@ -24,5 +24,6 @@
|
|
24 |
"summary_use_proj": true,
|
25 |
"torchscript": false,
|
26 |
"use_bfloat16": false,
|
27 |
-
"vocab_size": 50257
|
|
|
28 |
}
|
|
|
24 |
"summary_use_proj": true,
|
25 |
"torchscript": false,
|
26 |
"use_bfloat16": false,
|
27 |
+
"vocab_size": 50257,
|
28 |
+
"tokenizer_class": "AlbertTokenizer"
|
29 |
}
|