FpOliveira's picture
Upload GPT2ForSequenceClassification
75815cf
raw
history blame contribute delete
No virus
1.59 kB
{
"_name_or_path": "tupi-gpt2-small-multiclass-multilabel",
"activation_function": "gelu_new",
"architectures": [
"GPT2ForSequenceClassification"
],
"attn_pdrop": 0.1,
"bos_token_id": 50256,
"embd_pdrop": 0.1,
"eos_token_id": 50256,
"id2label": {
"0": "ageism",
"1": "aporophobia",
"2": "body_shame",
"3": "capacitism",
"4": "lgbtphobia",
"5": "political",
"6": "racism",
"7": "religious_intolerance",
"8": "misogyny",
"9": "xenophobia",
"10": "other",
"11": "not_hate"
},
"initializer_range": 0.02,
"label2id": {
"ageism": 0,
"aporophobia": 1,
"body_shame": 2,
"capacitism": 3,
"lgbtphobia": 4,
"misogyny": 8,
"not_hate": 11,
"other": 10,
"political": 5,
"racism": 6,
"religious_intolerance": 7,
"xenophobia": 9
},
"layer_norm_epsilon": 1e-05,
"model_type": "gpt2",
"n_ctx": 1024,
"n_embd": 768,
"n_head": 12,
"n_inner": null,
"n_layer": 12,
"n_positions": 1024,
"pad_token_id": 50256,
"problem_type": "single_label_classification",
"reorder_and_upcast_attn": false,
"resid_pdrop": 0.1,
"scale_attn_by_inverse_layer_idx": false,
"scale_attn_weights": true,
"summary_activation": null,
"summary_first_dropout": 0.1,
"summary_proj_to_labels": true,
"summary_type": "cls_index",
"summary_use_proj": true,
"task_specific_params": {
"text-generation": {
"do_sample": true,
"max_length": 50
}
},
"torch_dtype": "float32",
"transformers_version": "4.35.2",
"use_cache": true,
"vocab_size": 50257
}