| { |
| "add_cross_attention": false, |
| "architectures": [ |
| "RobertaForTokenClassification" |
| ], |
| "attention_probs_dropout_prob": 0.1, |
| "bos_token_id": 0, |
| "classifier_dropout": null, |
| "dtype": "float32", |
| "eos_token_id": 2, |
| "gradient_checkpointing": false, |
| "hidden_act": "gelu", |
| "hidden_dropout_prob": 0.1, |
| "hidden_size": 768, |
| "id2label": { |
| "0": "O", |
| "1": "B-date_of_birth", |
| "2": "B-date_of_expiry", |
| "3": "B-full_name", |
| "4": "B-gender", |
| "5": "B-id_number", |
| "6": "B-nationality", |
| "7": "B-place_of_origin", |
| "8": "B-place_of_residence", |
| "9": "I-full_name", |
| "10": "I-nationality", |
| "11": "I-place_of_origin", |
| "12": "I-place_of_residence" |
| }, |
| "initializer_range": 0.02, |
| "intermediate_size": 3072, |
| "is_decoder": false, |
| "label2id": { |
| "B-date_of_birth": 1, |
| "B-date_of_expiry": 2, |
| "B-full_name": 3, |
| "B-gender": 4, |
| "B-id_number": 5, |
| "B-nationality": 6, |
| "B-place_of_origin": 7, |
| "B-place_of_residence": 8, |
| "I-full_name": 9, |
| "I-nationality": 10, |
| "I-place_of_origin": 11, |
| "I-place_of_residence": 12, |
| "O": 0 |
| }, |
| "layer_norm_eps": 1e-05, |
| "max_position_embeddings": 258, |
| "model_type": "roberta", |
| "num_attention_heads": 12, |
| "num_hidden_layers": 12, |
| "pad_token_id": 1, |
| "tie_word_embeddings": true, |
| "tokenizer_class": "PhobertTokenizer", |
| "transformers_version": "5.0.0", |
| "type_vocab_size": 1, |
| "use_cache": false, |
| "vocab_size": 64001 |
| } |
|
|