Update config.json
Browse files- config.json +7 -7
config.json
CHANGED
@@ -4,20 +4,20 @@
|
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
6 |
],
|
7 |
-
"attn_pdrop": 0.
|
8 |
"bos_token_id": 50256,
|
9 |
-
"embd_pdrop": 0.
|
10 |
"eos_token_id": 50256,
|
11 |
"gradient_checkpointing": false,
|
12 |
"initializer_range": 0.02,
|
13 |
"layer_norm_epsilon": 1e-05,
|
14 |
-
"model_type": "
|
15 |
"n_ctx": 1024,
|
16 |
"n_embd": 1024,
|
17 |
"n_head": 16,
|
18 |
"n_inner": null,
|
19 |
"n_layer": 24,
|
20 |
-
"n_positions":
|
21 |
"resid_pdrop": 0.1,
|
22 |
"scale_attn_weights": true,
|
23 |
"summary_activation": null,
|
@@ -30,8 +30,8 @@
|
|
30 |
"max_length": 1000
|
31 |
}
|
32 |
},
|
33 |
-
"torch_dtype": "
|
34 |
-
"transformers_version": "4.10.0",
|
35 |
"use_cache": true,
|
36 |
-
"vocab_size":
|
37 |
}
|
|
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
6 |
],
|
7 |
+
"attn_pdrop": 0.0,
|
8 |
"bos_token_id": 50256,
|
9 |
+
"embd_pdrop": 0.0,
|
10 |
"eos_token_id": 50256,
|
11 |
"gradient_checkpointing": false,
|
12 |
"initializer_range": 0.02,
|
13 |
"layer_norm_epsilon": 1e-05,
|
14 |
+
"model_type": "gptj",
|
15 |
"n_ctx": 1024,
|
16 |
"n_embd": 1024,
|
17 |
"n_head": 16,
|
18 |
"n_inner": null,
|
19 |
"n_layer": 24,
|
20 |
+
"n_positions": 2048,
|
21 |
"resid_pdrop": 0.1,
|
22 |
"scale_attn_weights": true,
|
23 |
"summary_activation": null,
|
|
|
30 |
"max_length": 1000
|
31 |
}
|
32 |
},
|
33 |
+
"torch_dtype": "float16",
|
34 |
+
"transformers_version": "4.10.0.dev0",
|
35 |
"use_cache": true,
|
36 |
+
"vocab_size": 50400
|
37 |
}
|