Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
@@ -4,6 +4,9 @@
|
|
4 |
"TransfoXLLMHeadModel"
|
5 |
],
|
6 |
"attn_type": 0,
|
|
|
|
|
|
|
7 |
"clamp_len": 1000,
|
8 |
"cutoffs": [
|
9 |
20000,
|
|
|
4 |
"TransfoXLLMHeadModel"
|
5 |
],
|
6 |
"attn_type": 0,
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "configuration.TransfoXLConfig"
|
9 |
+
},
|
10 |
"clamp_len": 1000,
|
11 |
"cutoffs": [
|
12 |
20000,
|