Update config.json
Browse files- config.json +0 -7
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_num_labels": 1,
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -8,13 +7,7 @@
|
|
8 |
"bos_token_id": 50256,
|
9 |
"embd_pdrop": 0.1,
|
10 |
"eos_token_id": 50256,
|
11 |
-
"id2label": {
|
12 |
-
"0": "LABEL_0"
|
13 |
-
},
|
14 |
"initializer_range": 0.02,
|
15 |
-
"label2id": {
|
16 |
-
"LABEL_0": 0
|
17 |
-
},
|
18 |
"layer_norm_epsilon": 1e-05,
|
19 |
"model_type": "gpt2",
|
20 |
"n_ctx": 1024,
|
|
|
1 |
{
|
|
|
2 |
"activation_function": "gelu_new",
|
3 |
"architectures": [
|
4 |
"GPT2LMHeadModel"
|
|
|
7 |
"bos_token_id": 50256,
|
8 |
"embd_pdrop": 0.1,
|
9 |
"eos_token_id": 50256,
|
|
|
|
|
|
|
10 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
11 |
"layer_norm_epsilon": 1e-05,
|
12 |
"model_type": "gpt2",
|
13 |
"n_ctx": 1024,
|