Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ydshieh
/
tiny-random-BertForMultipleChoice
like
0
Multiple Choice
Transformers
PyTorch
google-tensorflow
TensorFlow
bert
Model card
Files
Files and versions
Community
8
Train
Deploy
Use this model
refs/pr/6
tiny-random-BertForMultipleChoice
/
special_tokens_map.json
ydshieh
HF Staff
Upload tiny models for BertForMultipleChoice
0bfcaac
almost 3 years 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]"
}