innocent-charles
commited on
Commit
•
a52d8d1
1
Parent(s):
1ecfe7b
Delete config.json
Browse files- config.json +0 -38
config.json
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"activation_function": "gelu_new",
|
3 |
-
"architectures": [
|
4 |
-
"GPT2LMHeadModel"
|
5 |
-
],
|
6 |
-
"attn_pdrop": 0.1,
|
7 |
-
"batch_size": 32,
|
8 |
-
"bos_token_id": 50256,
|
9 |
-
"context_window": 16,
|
10 |
-
"d_model": 128,
|
11 |
-
"embd_pdrop": 0.1,
|
12 |
-
"eos_token_id": 50256,
|
13 |
-
"epochs": 3000,
|
14 |
-
"initializer_range": 0.02,
|
15 |
-
"layer_norm_epsilon": 1e-05,
|
16 |
-
"log_interval": 10,
|
17 |
-
"model_type": "gpt2",
|
18 |
-
"n_embd": 768,
|
19 |
-
"n_head": 12,
|
20 |
-
"n_heads": 8,
|
21 |
-
"n_inner": null,
|
22 |
-
"n_layer": 12,
|
23 |
-
"n_layers": 4,
|
24 |
-
"n_positions": 1024,
|
25 |
-
"reorder_and_upcast_attn": false,
|
26 |
-
"resid_pdrop": 0.1,
|
27 |
-
"scale_attn_by_inverse_layer_idx": false,
|
28 |
-
"scale_attn_weights": true,
|
29 |
-
"summary_activation": null,
|
30 |
-
"summary_first_dropout": 0.1,
|
31 |
-
"summary_proj_to_labels": true,
|
32 |
-
"summary_type": "cls_index",
|
33 |
-
"summary_use_proj": true,
|
34 |
-
"torch_dtype": "float32",
|
35 |
-
"transformers_version": "4.38.1",
|
36 |
-
"use_cache": true,
|
37 |
-
"vocab_size": 256
|
38 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|