copious_ner / config.json
leonhardhennig's picture
Upload config.json with huggingface_hub
306f3e7
raw
history blame
200 Bytes
{
"model_type": "TransformerTokenClassificationModel",
"model_name_or_path": "bert-base-uncased",
"num_classes": 11,
"learning_rate": 1e-05,
"label_pad_token_id": -100,
"ignore_index": 0
}