File size: 761 Bytes
a41c699
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "backend": "tokenizers",
  "bos_token": "<|endoftext|>",
  "clean_up_tokenization_spaces": false,
  "eos_token": "<|endoftext|>",
  "extra_special_tokens": [
    "<|endoftext|>",
    "<|im_start|>",
    "<|im_end|>",
    "<|user|>",
    "<|assistant|>",
    "<|system|>",
    "<|thinking|>",
    "<|/thinking|>",
    "<|legal_doc|>",
    "<|/legal_doc|>",
    "<|nepali|>",
    "<|english|>",
    "<|court_order|>",
    "<|judgement|>",
    "<|statute|>",
    "<|contract|>",
    "<|tool_call|>",
    "<|/tool_call|>"
  ],
  "is_local": false,
  "local_files_only": false,
  "model_max_length": 4096,
  "pad_token": "<|endoftext|>",
  "padding_side": "right",
  "tokenizer_class": "TokenizersBackend",
  "truncation_side": "right",
  "unk_token": "<unk>"
}