Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
christinbeck
/
GHisBERT
like
3
Fill-Mask
Transformers
PyTorch
bert
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
b42a29a
GHisBERT
/
tokenizer_config.json
Christin Beck
update
b42a29a
about 1 year ago
raw
Copy download link
history
blame
Safe
176 Bytes
{
"do_lower_case"
:
true
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"model_max_length"
:
512
,
"max_len"
:
512
}