Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
iCareUW
/
distilbert-binary-polarity
like
0
Follow
iCare
11
Keras
TF-Keras
Model card
Files
Files and versions
Community
8
Use this model
b9066f3
distilbert-binary-polarity
/
tokenizer
/
special_tokens_map.json
sugamjais
adding files need for the tokenizer (
#1
)
070d0ba
verified
6 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}