{ "_name_or_path": "SK_BPE_BLM-pos", "architectures": [ "RobertaForTokenClassification" ], "attention_probs_dropout_prob": 0.1, "bos_token_id": 0, "classifier_dropout": null, "dropout": 0.1, "eos_token_id": 2, "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_size": 576, "id2label": { "0": "NOUN", "1": "PUNCT", "2": "VERB", "3": "ADJ", "4": "ADP", "5": "PRON", "6": "PROPN", "7": "ADV", "8": "DET", "9": "AUX", "10": "CCONJ", "11": "PART", "12": "SCONJ", "13": "NUM" }, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { "ADJ": 3, "ADP": 4, "ADV": 7, "AUX": 9, "CCONJ": 10, "DET": 8, "NOUN": 0, "NUM": 13, "PART": 11, "PRON": 5, "PROPN": 6, "PUNCT": 1, "SCONJ": 12, "VERB": 2 }, "layer_norm_eps": 1e-12, "max_position_embeddings": 258, "model_type": "roberta", "num_attention_heads": 12, "num_hidden_layers": 6, "pad_token_id": 1, "position_embedding_type": "absolute", "torch_dtype": "float32", "transformers_version": "4.38.2", "type_vocab_size": 1, "use_cache": true, "vocab_size": 50264 }