Text Generation
Safetensors
English
fleck
causal-language-model
custom-architecture
conversational
research
File size: 432 Bytes
3b7a412
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "tokenizer_class": "PreTrainedTokenizerFast",
  "model_max_length": 2048,
  "padding_side": "right",
  "truncation_side": "right",
  "clean_up_tokenization_spaces": false,
  "add_bos_token": false,
  "add_eos_token": false,
  "bos_token": "<bos>",
  "eos_token": "<eos>",
  "pad_token": "<pad>",
  "unk_token": "<unk>",
  "additional_special_tokens": [
    "<|system|>",
    "<|user|>",
    "<|assistant|>",
    "<|eot|>"
  ]
}