impactframes commited on
Commit
a7adbf5
·
verified ·
1 Parent(s): de46c62

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "_name_or_path": "ucaslcl/GOT-OCR2_0",
3
  "architectures": [
4
- "GOTQwenForCausalLM"
5
  ],
6
  "auto_map": {
7
- "AutoConfig": "modeling_GOT.GOTConfig",
8
- "AutoModel": "modeling_GOT.GOTQwenForCausalLM"
9
  },
10
  "attention_dropout": 0.0,
11
  "bos_token_id": 151643,
 
1
  {
2
  "_name_or_path": "ucaslcl/GOT-OCR2_0",
3
  "architectures": [
4
+ "QwenForCausalLM"
5
  ],
6
  "auto_map": {
7
+ "AutoConfig": "Config",
8
+ "AutoModel": "QwenForCausalLM"
9
  },
10
  "attention_dropout": 0.0,
11
  "bos_token_id": 151643,