Srimanth Dhondy commited on
Commit
fcb5915
1 Parent(s): 7e31774

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -1,8 +1,12 @@
1
  {
2
- "_name_or_path": "none",
3
  "architectures": [
4
  "GOTQwenForCausalLM"
5
  ],
 
 
 
 
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 151643,
8
  "eos_token_id": 151643,
 
1
  {
2
+ "_name_or_path": "srimanth-1/GOT_CPU",
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,
12
  "eos_token_id": 151643,