jlamypoirier commited on
Commit
97c7c17
1 Parent(s): c72ef96

Update config for hf transformers

Browse files
Files changed (1) hide show
  1. config.json +3 -5
config.json CHANGED
@@ -1,15 +1,14 @@
1
  {
2
  "activation_function": "gelu_pytorch_tanh",
3
  "architectures": [
4
- "GPTBigCodeLMHeadModel"
5
  ],
6
  "attention_softmax_in_fp32": true,
7
- "attention_type": 2,
8
  "attn_pdrop": 0.1,
9
  "bos_token_id": 50256,
10
  "embd_pdrop": 0.1,
11
  "eos_token_id": 50256,
12
- "inference_runner": 0,
13
  "initializer_range": 0.02,
14
  "layer_norm_epsilon": 1e-05,
15
  "model_type": "gpt_bigcode",
@@ -27,8 +26,7 @@
27
  "summary_proj_to_labels": true,
28
  "summary_type": "cls_index",
29
  "summary_use_proj": true,
30
- "transformers_version": "4.27.0.dev0",
31
  "use_cache": true,
32
- "validate_runner_input": true,
33
  "vocab_size": 49280
34
  }
 
1
  {
2
  "activation_function": "gelu_pytorch_tanh",
3
  "architectures": [
4
+ "GPTBigCodeForCausalLM"
5
  ],
6
  "attention_softmax_in_fp32": true,
7
+ "multi_query": true,
8
  "attn_pdrop": 0.1,
9
  "bos_token_id": 50256,
10
  "embd_pdrop": 0.1,
11
  "eos_token_id": 50256,
 
12
  "initializer_range": 0.02,
13
  "layer_norm_epsilon": 1e-05,
14
  "model_type": "gpt_bigcode",
 
26
  "summary_proj_to_labels": true,
27
  "summary_type": "cls_index",
28
  "summary_use_proj": true,
29
+ "transformers_version": "4.28.0.dev0",
30
  "use_cache": true,
 
31
  "vocab_size": 49280
32
  }