Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
TinyTalks
/
chinese_danmaku_roberta
like
1
Follow
TinyTalks
3
Fill-Mask
Transformers
PyTorch
Safetensors
bert
Generated from Trainer
Inference Endpoints
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
refs/pr/2
chinese_danmaku_roberta
/
special_tokens_map.json
WUJUNCHAO
add chinese roberta model for danmaku
91cf67b
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]"
}