Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
kaesve
/
BERT_patent_reference_extraction
like
0
Fill-Mask
Transformers
PyTorch
JAX
bert
Inference Endpoints
arxiv:
2101.01039
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
c9dcc71
BERT_patent_reference_extraction
/
model_config.json
kaesve
Initial commit
0c33d09
about 4 years ago
raw
Copy download link
history
blame
Safe
154 Bytes
{
"bert_model"
:
"bert-base-cased"
,
"do_lower"
:
false
,
"max_seq_length"
:
64
,
"num_labels"
:
6
,
"label_map"
:
{
"B"
:
1
,
"I"
:
2
,
"O"
:
3
,
"[CLS]"
:
4
,
"[SEP]"
:
5
}
}