Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
6 |
],
|
|
|
7 |
"attn_pdrop": 0.1,
|
8 |
"bos_token_id": 50256,
|
9 |
"embd_pdrop": 0.1,
|
|
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
6 |
],
|
7 |
+
"tokenizer_class": "AlbertTokenizer",
|
8 |
"attn_pdrop": 0.1,
|
9 |
"bos_token_id": 50256,
|
10 |
"embd_pdrop": 0.1,
|