Text Generation
Transformers
English
codegen
Inference Endpoints
mhhmm commited on
Commit
5e9bf4a
1 Parent(s): 0b2f4e9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "base_model_name_or_path": "Salesforce/codegen-6B-mono",
 
 
 
 
 
3
  "tokenizer_class": "GPT2Tokenizer",
4
  "attention_probs_dropout_prob": 0.0,
5
  "attn_pdrop": 0.0,
 
1
  {
2
  "base_model_name_or_path": "Salesforce/codegen-6B-mono",
3
+ "_name_or_path": "codegen-6B-mono",
4
+ "activation_function": "gelu_new",
5
+ "architectures": [
6
+ "CodeGenForCausalLM"
7
+ ],
8
  "tokenizer_class": "GPT2Tokenizer",
9
  "attention_probs_dropout_prob": 0.0,
10
  "attn_pdrop": 0.0,