Hugging Face
Models
Datasets
Spaces
Docs
Solutions
Pricing
Log In
Sign Up
beatrice-portelli
/
DiLBERT
Copied
like
1
Fill-Mask
PyTorch
TensorFlow
Transformers
English
bert
medical
disease
classification
AutoTrain Compatible
Model card
Files
Files and versions
Community
Train
Deploy
Use in Transformers
main
DiLBERT
/
special_tokens_map.json
beatrice-portelli
First version of DiLBERT model and tokenizer
1a9195c
about 1 year ago
raw
history
blame
contribute
delete
No virus
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}