Rudra-ai commited on
Commit
cb4da83
·
1 Parent(s): 408e983

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -1
config.json CHANGED
@@ -21,5 +21,12 @@
21
  "torch_dtype": "bfloat16",
22
  "transformers_version": "4.32.0",
23
  "use_cache": true,
24
- "vocab_size": 32016
 
 
 
 
 
 
 
25
  }
 
21
  "torch_dtype": "bfloat16",
22
  "transformers_version": "4.32.0",
23
  "use_cache": true,
24
+ "vocab_size": 32016,
25
+ "auto_map": {
26
+ "AutoConfig": "configuration_llama.LlamaConfig",
27
+ "AutoModel": "modeling_llama.LlamaModel",
28
+ "AutoModelForCausalLM": "modeling_llama.LlamaForCausalLM",
29
+ "AutoModelForSequenceClassification": "modeling_llama.LlamaForSequenceClassification"
30
+ },
31
+ "pad_token_id": 0
32
  }