Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"attn_type": "bi",
|
| 3 |
"bi_data": false,
|
|
|
|
| 4 |
"clamp_len": -1,
|
| 5 |
"d_head": 64,
|
| 6 |
"d_inner": 2048,
|
|
|
|
| 1 |
{
|
| 2 |
"attn_type": "bi",
|
| 3 |
"bi_data": false,
|
| 4 |
+
"model_type": "xlnet",
|
| 5 |
"clamp_len": -1,
|
| 6 |
"d_head": 64,
|
| 7 |
"d_inner": 2048,
|