THEODOROS commited on
Commit
239a9f0
1 Parent(s): 5a4a27c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -3
config.json CHANGED
@@ -13,16 +13,17 @@
13
  "model_type": "gptj",
14
  "n_embd": 768,
15
  "n_head": 16,
 
16
  "n_layer": 12,
17
  "n_positions": 2048,
 
18
  "rotary_dim": 64,
 
19
  "summary_activation": null,
20
  "summary_first_dropout": 0.1,
21
  "summary_proj_to_labels": true,
22
  "summary_type": "cls_index",
23
  "summary_use_proj": true,
24
- "transformers_version": "4.10.0.dev0",
25
- "tokenizer_class": "GPT2Tokenizer",
26
  "task_specific_params": {
27
  "text-generation": {
28
  "do_sample": true,
@@ -30,7 +31,9 @@
30
  "max_length": 50
31
  }
32
  },
33
- "torch_dtype": "float16",
 
 
34
  "use_cache": true,
35
  "vocab_size": 50400
36
  }
 
13
  "model_type": "gptj",
14
  "n_embd": 768,
15
  "n_head": 16,
16
+ "n_inner": null,
17
  "n_layer": 12,
18
  "n_positions": 2048,
19
+ "resid_pdrop": 0.0,
20
  "rotary_dim": 64,
21
+ "scale_attn_weights": true,
22
  "summary_activation": null,
23
  "summary_first_dropout": 0.1,
24
  "summary_proj_to_labels": true,
25
  "summary_type": "cls_index",
26
  "summary_use_proj": true,
 
 
27
  "task_specific_params": {
28
  "text-generation": {
29
  "do_sample": true,
 
31
  "max_length": 50
32
  }
33
  },
34
+ "tie_word_embeddings": false,
35
+ "tokenizer_class": "GPT2Tokenizer",
36
+ "transformers_version": "4.18.0.dev0",
37
  "use_cache": true,
38
  "vocab_size": 50400
39
  }