File size: 422 Bytes
1193677
 
 
 
 
 
 
 
 
 
118a754
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "add_prefix_space": false,
  "backend": "tokenizers",
  "bos_token": "<|endoftext|>",
  "eos_token": "<|endoftext|>",
  "errors": "replace",
  "is_local": false,
  "model_max_length": 1024,
  "pad_token": null,
  "tokenizer_class": "GPT2Tokenizer",
  "unk_token": "<|endoftext|>",
  "auto_map": {
    "AutoConfig": "modeling_loop_lm.LoopLMConfig",
    "AutoModelForCausalLM": "modeling_loop_lm.LoopLMForCausalLM"
  }
}