Text Generation
Transformers
Safetensors
GGUF
English
stablelm
causal-lm
code
Eval Results
Inference Endpoints
7 papers
Ashish commited on
Commit
c77592f
1 Parent(s): f539db5

Added use_qkv_bias key

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -26,5 +26,6 @@
26
  "torch_dtype": "bfloat16",
27
  "transformers_version": "4.36.2",
28
  "use_cache": true,
 
29
  "vocab_size": 50304
30
  }
 
26
  "torch_dtype": "bfloat16",
27
  "transformers_version": "4.36.2",
28
  "use_cache": true,
29
+ "use_qkv_bias": false,
30
  "vocab_size": 50304
31
  }