Update config.json
Browse files- config.json +2 -4
config.json
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
"local_attn_chunk_length": 64,
|
38 |
"lsh_attn_chunk_length": 64,
|
39 |
"max_position_embeddings": 524288,
|
40 |
-
"model_type": "
|
41 |
"num_attention_heads": 2,
|
42 |
"num_buckets": [
|
43 |
64,
|
@@ -49,7 +49,5 @@
|
|
49 |
"num_hidden_layers": 6,
|
50 |
"output_past": true,
|
51 |
"pad_token_id": 0,
|
52 |
-
"sinusoidal_pos_embds": false,
|
53 |
-
"type_vocab_size": 2,
|
54 |
"vocab_size": 320
|
55 |
-
}
|
|
|
37 |
"local_attn_chunk_length": 64,
|
38 |
"lsh_attn_chunk_length": 64,
|
39 |
"max_position_embeddings": 524288,
|
40 |
+
"model_type": "reformer",
|
41 |
"num_attention_heads": 2,
|
42 |
"num_buckets": [
|
43 |
64,
|
|
|
49 |
"num_hidden_layers": 6,
|
50 |
"output_past": true,
|
51 |
"pad_token_id": 0,
|
|
|
|
|
52 |
"vocab_size": 320
|
53 |
+
}
|