loubnabnl HF staff commited on
Commit
d835166
1 Parent(s): 0c2435e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -2,10 +2,10 @@
2
  "_name_or_path": "/fsx/bigcode/tinystarcoder/saves/large-model",
3
  "activation_function": "gelu_pytorch_tanh",
4
  "architectures": [
5
- "GPTBigCodeLMHeadModel"
6
  ],
7
  "attention_softmax_in_fp32": true,
8
- "attention_type": 2,
9
  "attn_pdrop": 0.1,
10
  "bos_token_id": 50256,
11
  "embd_pdrop": 0.1,
@@ -32,7 +32,7 @@
32
  "summary_type": "cls_index",
33
  "summary_use_proj": true,
34
  "torch_dtype": "float32",
35
- "transformers_version": "4.27.0.dev0",
36
  "use_cache": true,
37
  "validate_runner_input": true,
38
  "vocab_size": 49152
 
2
  "_name_or_path": "/fsx/bigcode/tinystarcoder/saves/large-model",
3
  "activation_function": "gelu_pytorch_tanh",
4
  "architectures": [
5
+ "GPTBigCodeForCausalLM"
6
  ],
7
  "attention_softmax_in_fp32": true,
8
+ "multi_query": true,
9
  "attn_pdrop": 0.1,
10
  "bos_token_id": 50256,
11
  "embd_pdrop": 0.1,
 
32
  "summary_type": "cls_index",
33
  "summary_use_proj": true,
34
  "torch_dtype": "float32",
35
+ "transformers_version": "4.28.1",
36
  "use_cache": true,
37
  "validate_runner_input": true,
38
  "vocab_size": 49152