Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
shanover
/
disease_classifier_base
like
0
Text Classification
Transformers
PyTorch
Safetensors
English
bert
bert-base-uncased
disease
medical
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
cf87b4a
disease_classifier_base
/
special_tokens_map.json
shanover
tokenizer files
b4fc3e3
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]"
}