Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
jhu-clsp
/
LegalBert
like
3
Follow
Center for Language and Speech Processing @ JHU
48
Transformers
PyTorch
bert
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
e93e902
LegalBert
/
tokenizer_config.json
nilsh
Upload tokenizer_config.json
e93e902
about 2 years ago
raw
Copy download link
history
blame
Safe
171 Bytes
{
"do_lower_case"
:
false
,
"max_len"
:
512
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"init_inputs"
:
[
]
}