Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
keminglu
/
pivoine-7b
like
1
Text Generation
Transformers
PyTorch
bloom
text-generation-inference
Inference Endpoints
License:
bigscience-bloom-rail-1.0
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
6304a23
pivoine-7b
/
tokenizer_config.json
keminglu
add tokenizer
16242c4
over 1 year ago
raw
Copy download link
history
blame
Safe
204 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"
:
"PreTrainedTokenizerFast"
}