EsperBERTo-small-pos / config.json
system's picture
system HF staff
Update config.json
1a7e772
{
"_num_labels": 6,
"architectures": [
"RobertaForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "NOUN",
"2": "ADJ",
"3": "ADV",
"4": "VERB",
"5": "PRON"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"ADJ": 2,
"ADV": 3,
"NOUN": 1,
"O": 0,
"PRON": 5,
"VERB": 4
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "roberta",
"num_attention_heads": 12,
"num_hidden_layers": 6,
"output_past": true,
"pad_token_id": 1,
"type_vocab_size": 1,
"vocab_size": 52000
}