phoebeklett commited on
Commit
44ab67b
1 Parent(s): a815447

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -1,8 +1,13 @@
1
  {
2
- "_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
3
  "architectures": [
4
  "ExtendedLlamaForCausalLM"
5
  ],
 
 
 
 
 
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
  "hidden_act": "silu",
 
1
  {
2
+ "_name_or_path": "normalcomputing/extended-mind-llama-2-7b-chat",
3
  "architectures": [
4
  "ExtendedLlamaForCausalLM"
5
  ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration.ExtendedLlamaConfig",
8
+ "AutoModel": "modeling.ExtendedLlamaModel",
9
+ "AutoModelForCausalLM": "modeling.ExtendedLlamaForCausalLM"
10
+ },
11
  "bos_token_id": 1,
12
  "eos_token_id": 2,
13
  "hidden_act": "silu",