adalbertojunior commited on
Commit
1113a8a
·
verified ·
1 Parent(s): 02836b4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -3
config.json CHANGED
@@ -1,8 +1,10 @@
1
  {
2
  "_name_or_path": "./models/compac-fineweb-edu",
3
- "architectures": [
4
- "Qwen2ForCausalLM"
5
- ],
 
 
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 151643,
8
  "eos_token_id": 151643,
 
1
  {
2
  "_name_or_path": "./models/compac-fineweb-edu",
3
+ "auto_map": {
4
+ "AutoConfig": "configuration_compac.CompacQwen2Config",
5
+ "AutoModel": "modeling_compaca.Qwen2Model",
6
+ "AutoModelForCausalLM": "modeling_compac.Qwen2ForCausalLM"
7
+ },
8
  "attention_dropout": 0.0,
9
  "bos_token_id": 151643,
10
  "eos_token_id": 151643,