Text Generation
Transformers
PyTorch
English
llama
finance
text-generation-inference
Inference Endpoints
finance-LLM / tokenizer_config.json
AdaptLLM's picture
AdaptLLM-fin-v0
4e7dc56
raw
history blame contribute delete
No virus
175 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"model_max_length": 2048,
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>",
"pad_token": "<pad>"
}