Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
DavidLanz
/
fine_tune_chinese_sentiment
like
5
Text Classification
Transformers
PyTorch
bert
Inference Endpoints
License:
gpl
Model card
Files
Files and versions
Community
3
Train
Deploy
Use this model
273e457
fine_tune_chinese_sentiment
/
special_tokens_map.json
DavidLanz
Upload folder using huggingface_hub
0257903
over 1 year 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]"
}