Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
emozilla
/
MistralLite
like
5
Text Generation
Transformers
PyTorch
mistral
text-generation-inference
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
76621fb
MistralLite
/
special_tokens_map.json
emozilla
initial commit
76621fb
over 1 year ago
raw
Copy download link
history
blame
Safe
210 Bytes
{
"additional_special_tokens"
:
[
"<unk>"
,
"<s>"
,
"</s>"
,
"<|assistant|>"
,
"<|prompter|>"
]
,
"bos_token"
:
"<s>"
,
"eos_token"
:
"</s>"
,
"pad_token"
:
"[PAD]"
,
"unk_token"
:
"<unk>"
}