Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Adapting
/
Knowledge-Driven-Dialogue
like
0
Text2Text Generation
Transformers
PyTorch
bart
Inference Endpoints
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
5e82db8
Knowledge-Driven-Dialogue
/
special_tokens_map.json
Adapting
BART_5
745ecef
over 2 years ago
raw
Copy download link
history
blame
Safe
214 Bytes
{
"additional_special_tokens"
:
[
"[ett]"
,
"[usr]"
,
"[sys]"
,
"[klg]"
]
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}