imvladikon
commited on
Commit
•
3477301
1
Parent(s):
842a565
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
"AutoConfig": "configuration_enc_t5.EncT5Config",
|
8 |
"AutoModelForTokenClassification": "modeling_enc_t5.EncT5ForTokenClassification"
|
9 |
},
|
|
|
10 |
"d_ff": 4096,
|
11 |
"d_kv": 64,
|
12 |
"d_model": 1024,
|
|
|
7 |
"AutoConfig": "configuration_enc_t5.EncT5Config",
|
8 |
"AutoModelForTokenClassification": "modeling_enc_t5.EncT5ForTokenClassification"
|
9 |
},
|
10 |
+
"tokenizer_class": "configuration_enc_t5.EncT5Tokenizer",
|
11 |
"d_ff": 4096,
|
12 |
"d_kv": 64,
|
13 |
"d_model": 1024,
|