Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
uclanlp
/
newsbert
like
0
Follow
UCLA NLP
27
Fill-Mask
Transformers
PyTorch
google-tensorflow
TensorFlow
bert
Inference Endpoints
arxiv:
2212.10233
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
main
newsbert
/
special_tokens_map.json
xiaowu0162
Upload 7 files
44d98b5
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}