Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
@@ -5,14 +5,13 @@
|
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 1,
|
8 |
-
"device_map": "cuda",
|
9 |
"eos_token_id": 2,
|
10 |
"head_dim": 96,
|
11 |
"hidden_act": "silu",
|
12 |
"hidden_size": 1536,
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 6144,
|
15 |
-
"max_position_embeddings":
|
16 |
"mlp_bias": false,
|
17 |
"model_type": "llama",
|
18 |
"num_attention_heads": 16,
|
|
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 1,
|
|
|
8 |
"eos_token_id": 2,
|
9 |
"head_dim": 96,
|
10 |
"hidden_act": "silu",
|
11 |
"hidden_size": 1536,
|
12 |
"initializer_range": 0.02,
|
13 |
"intermediate_size": 6144,
|
14 |
+
"max_position_embeddings": 4096,
|
15 |
"mlp_bias": false,
|
16 |
"model_type": "llama",
|
17 |
"num_attention_heads": 16,
|