|
{ |
|
"_name_or_path": "elastic/distilbert-base-uncased-finetuned-conll03-english", |
|
"_num_labels": 37, |
|
"activation": "gelu", |
|
"architectures": [ |
|
"DistilBertForTokenClassification" |
|
], |
|
"attention_dropout": 0.1, |
|
"dim": 768, |
|
"dropout": 0.1, |
|
"finetuning_task": "ner", |
|
"hidden_dim": 3072, |
|
"id2label": { |
|
"0": "B-Apparatus", |
|
"1": "B-Chemical Compound", |
|
"2": "I-Algorithm", |
|
"3": "B-Product", |
|
"4": "B-Composition of Matter", |
|
"5": "B-Machine", |
|
"6": "B-Algorithm", |
|
"7": "B-Biotechnology", |
|
"8": "B-Process", |
|
"9": "I-Electrical Circuit", |
|
"10": "I-Manufacture", |
|
"11": "B-Electrical Circuit", |
|
"12": "O", |
|
"13": "I-Software", |
|
"14": "I-Composition of Matter", |
|
"15": "I-Pharmaceutical Formulation", |
|
"16": "I-System", |
|
"17": "I-Hardware", |
|
"18": "I-Biotechnology", |
|
"19": "B-Device", |
|
"20": "B-Pharmaceutical Formulation", |
|
"21": "I-Product", |
|
"22": "I-Machine", |
|
"23": "B-Hardware", |
|
"24": "B-System", |
|
"25": "B-Software", |
|
"26": "I-Device", |
|
"27": "B-Design", |
|
"28": "I-Design", |
|
"29": "I-Process", |
|
"30": "I-Chemical Compound", |
|
"31": "B-Method of Use", |
|
"32": "I-Apparatus", |
|
"33": "I-Method of Use", |
|
"34": "B-Method", |
|
"35": "B-Manufacture", |
|
"36": "I-Method" |
|
}, |
|
"initializer_range": 0.02, |
|
"label2id": { |
|
"B-Algorithm": 6, |
|
"B-Apparatus": 0, |
|
"B-Biotechnology": 7, |
|
"B-Chemical Compound": 1, |
|
"B-Composition of Matter": 4, |
|
"B-Design": 27, |
|
"B-Device": 19, |
|
"B-Electrical Circuit": 11, |
|
"B-Hardware": 23, |
|
"B-Machine": 5, |
|
"B-Manufacture": 35, |
|
"B-Method": 34, |
|
"B-Method of Use": 31, |
|
"B-Pharmaceutical Formulation": 20, |
|
"B-Process": 8, |
|
"B-Product": 3, |
|
"B-Software": 25, |
|
"B-System": 24, |
|
"I-Algorithm": 2, |
|
"I-Apparatus": 32, |
|
"I-Biotechnology": 18, |
|
"I-Chemical Compound": 30, |
|
"I-Composition of Matter": 14, |
|
"I-Design": 28, |
|
"I-Device": 26, |
|
"I-Electrical Circuit": 9, |
|
"I-Hardware": 17, |
|
"I-Machine": 22, |
|
"I-Manufacture": 10, |
|
"I-Method": 36, |
|
"I-Method of Use": 33, |
|
"I-Pharmaceutical Formulation": 15, |
|
"I-Process": 29, |
|
"I-Product": 21, |
|
"I-Software": 13, |
|
"I-System": 16, |
|
"O": 12 |
|
}, |
|
"max_position_embeddings": 512, |
|
"model_type": "distilbert", |
|
"n_heads": 12, |
|
"n_layers": 6, |
|
"pad_token_id": 0, |
|
"qa_dropout": 0.1, |
|
"seq_classif_dropout": 0.2, |
|
"sinusoidal_pos_embds": false, |
|
"tie_weights_": true, |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.43.1", |
|
"vocab_size": 30522 |
|
} |
|
|