david-ar commited on
Commit
1974b30
·
verified ·
1 Parent(s): 991706b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +1 -5
config.json CHANGED
@@ -8,11 +8,7 @@
8
  ],
9
  "auto_map": {
10
  "AutoConfig": "configuration_twentyq.TwentyQConfig",
11
- "AutoModelForCausalLM": "modeling_twentyq.TwentyQForCausalLM",
12
- "AutoTokenizer": [
13
- "tokenization_twentyq.TwentyQTokenizer",
14
- null
15
- ]
16
  },
17
  "torch_dtype": "float32"
18
  }
 
8
  ],
9
  "auto_map": {
10
  "AutoConfig": "configuration_twentyq.TwentyQConfig",
11
+ "AutoModelForCausalLM": "modeling_twentyq.TwentyQForCausalLM"
 
 
 
 
12
  },
13
  "torch_dtype": "float32"
14
  }