Safetensors
Tigrinya
roberta
Eval Results
fgaim's picture
Add a multitask trained model and model card
3422a3b
{
"architectures": [
"RobertaForMultiLabelSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "Abusive",
"1": "Not Abusive",
"2": "Political",
"3": "Racial",
"4": "Religious",
"5": "Sexist",
"6": "Other Topic",
"7": "Positive",
"8": "Neutral",
"9": "Negative",
"10": "Mixed Sentiment"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Abusive": 0,
"Not Abusive": 1,
"Political": 2,
"Racial": 3,
"Religious": 4,
"Sexist": 5,
"Other Topic": 6,
"Positive": 7,
"Neutral": 8,
"Negative": 9,
"Mixed Sentiment": 10
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.51.3",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50265
}