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

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +4 -1
  2. tokenizer_config.json +4 -1
config.json CHANGED
@@ -9,7 +9,10 @@
9
  "auto_map": {
10
  "AutoConfig": "configuration_twentyq.TwentyQConfig",
11
  "AutoModelForCausalLM": "modeling_twentyq.TwentyQForCausalLM",
12
- "AutoTokenizer": "tokenization_twentyq.TwentyQTokenizer"
 
 
 
13
  },
14
  "torch_dtype": "float32"
15
  }
 
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
  }
tokenizer_config.json CHANGED
@@ -1,7 +1,10 @@
1
  {
2
  "tokenizer_class": "TwentyQTokenizer",
3
  "auto_map": {
4
- "AutoTokenizer": "tokenization_twentyq.TwentyQTokenizer"
 
 
 
5
  },
6
  "model_max_length": 4096,
7
  "pad_token": "<pad>",
 
1
  {
2
  "tokenizer_class": "TwentyQTokenizer",
3
  "auto_map": {
4
+ "AutoTokenizer": [
5
+ "tokenization_twentyq.TwentyQTokenizer",
6
+ null
7
+ ]
8
  },
9
  "model_max_length": 4096,
10
  "pad_token": "<pad>",