Text Generation
Transformers
PyTorch
English
llama
Inference Endpoints
text-generation-inference
File size: 228 Bytes
99d0632
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "bos_token": "<|startoftext|>",
  "eos_token": {
    "content": "<|im_end|>",
    "lstrip": false,
    "normalized": false,
    "rstrip": false,
    "single_word": false
  },
  "pad_token": "<unk>",
  "unk_token": "<unk>"
}