Update config.json
Browse files- config.json +4 -6
config.json
CHANGED
@@ -12,13 +12,11 @@
|
|
12 |
"layer_norm_epsilon": 1e-05,
|
13 |
"model_type": "gpt2",
|
14 |
"n_ctx": 1024,
|
15 |
-
"n_embd":
|
16 |
-
"n_head":
|
17 |
"n_inner": null,
|
18 |
-
"n_layer":
|
19 |
"n_positions": 1024,
|
20 |
-
"n_special": 0,
|
21 |
-
"predict_special_tokens": true,
|
22 |
"resid_pdrop": 0.1,
|
23 |
"scale_attn_weights": true,
|
24 |
"summary_activation": null,
|
@@ -33,7 +31,7 @@
|
|
33 |
}
|
34 |
},
|
35 |
"torch_dtype": "float32",
|
36 |
-
"transformers_version": "4.11.
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 50260
|
39 |
}
|
|
|
12 |
"layer_norm_epsilon": 1e-05,
|
13 |
"model_type": "gpt2",
|
14 |
"n_ctx": 1024,
|
15 |
+
"n_embd": 768,
|
16 |
+
"n_head": 12,
|
17 |
"n_inner": null,
|
18 |
+
"n_layer": 12,
|
19 |
"n_positions": 1024,
|
|
|
|
|
20 |
"resid_pdrop": 0.1,
|
21 |
"scale_attn_weights": true,
|
22 |
"summary_activation": null,
|
|
|
31 |
}
|
32 |
},
|
33 |
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.11.2",
|
35 |
"use_cache": true,
|
36 |
"vocab_size": 50260
|
37 |
}
|