system HF staff commited on
Commit
a5ed69c
1 Parent(s): 88f966f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -1
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
  "GPT2LMHeadModel"
@@ -7,13 +8,19 @@
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,
14
  "n_embd": 768,
15
  "n_head": 12,
16
- "n_layer": 12,
17
  "n_positions": 1024,
18
  "resid_pdrop": 0.1,
19
  "summary_activation": null,
1
  {
2
+ "_num_labels": 1,
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
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,
21
  "n_embd": 768,
22
  "n_head": 12,
23
+ "n_layer": 6,
24
  "n_positions": 1024,
25
  "resid_pdrop": 0.1,
26
  "summary_activation": null,