2025-1-9 / checkpoint-75 /config.json
Kojihaji's picture
Initial commit of fine-tuned model
fd73bf6
raw
history blame contribute delete
993 Bytes
{
"_name_or_path": "tohoku-nlp/bert-base-japanese-v3",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-POS",
"2": "I-POS",
"3": "B-PST",
"4": "I-PST",
"5": "B-NEG",
"6": "I-NEG",
"7": "B-NGT",
"8": "I-NGT"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-NEG": 5,
"B-NGT": 7,
"B-POS": 1,
"B-PST": 3,
"I-NEG": 6,
"I-NGT": 8,
"I-POS": 2,
"I-PST": 4,
"O": 0
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.47.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 32768
}