Update config.json
Browse filesremoved architecture line
- config.json +0 -3
config.json
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
{
|
2 |
"_name_or_path": "bigcode/starcoderbase-1b",
|
3 |
"activation_function": "gelu_pytorch_tanh",
|
4 |
-
"architectures": [
|
5 |
-
"GPTBigCodeForCausalLM"
|
6 |
-
],
|
7 |
"attention_softmax_in_fp32": true,
|
8 |
"attn_pdrop": 0.1,
|
9 |
"bos_token_id": 0,
|
|
|
1 |
{
|
2 |
"_name_or_path": "bigcode/starcoderbase-1b",
|
3 |
"activation_function": "gelu_pytorch_tanh",
|
|
|
|
|
|
|
4 |
"attention_softmax_in_fp32": true,
|
5 |
"attn_pdrop": 0.1,
|
6 |
"bos_token_id": 0,
|