Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
chinoll
/
openchat
like
2
Text Generation
Transformers
PyTorch
bloom
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
a7d3ec9
openchat
/
tokenizer_config.json
chinoll
Upload 5 files
a7d3ec9
almost 2 years ago
raw
Copy download link
history
blame
Safe
199 Bytes
{
"unk_token"
:
"<unk>"
,
"eos_token"
:
"</s>"
,
"bos_token"
:
"<s>"
,
"pad_token"
:
"<pad>"
,
"name_or_path"
:
"bigscience/tokenizer"
,
"special_tokens_map_file"
:
null
,
"tokenizer_class"
:
"BloomTokenizerFast"
}