tohio commited on
Commit
623df2d
·
verified ·
1 Parent(s): d8ff2d9

Fix tokenizer layout and remote code auto_map

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -4,8 +4,8 @@
4
  ],
5
  "attention_dropout": 0.0,
6
  "auto_map": {
7
- "AutoConfig": "slm_remote.config.SLMConfig",
8
- "AutoModelForCausalLM": "slm_remote.model.SLMForCausalLM"
9
  },
10
  "bos_token_id": 2,
11
  "dtype": "bfloat16",
 
4
  ],
5
  "attention_dropout": 0.0,
6
  "auto_map": {
7
+ "AutoConfig": "config.SLMConfig",
8
+ "AutoModelForCausalLM": "model.SLMForCausalLM"
9
  },
10
  "bos_token_id": 2,
11
  "dtype": "bfloat16",