| { |
| "architectures": [ |
| "RoBERTaForSequenceClassification" |
| ], |
| "hidden_size": 768, |
| "num_hidden_layers": 12, |
| "num_attention_heads": 12, |
| "intermediate_size": 3072, |
| "hidden_act": "gelu", |
| "max_position_embeddings": 514, |
| "type_vocab_size": 1, |
| "initializer_range": 0.02, |
| "layer_norm_eps": 1e-05, |
| "model_type": "roberta", |
| "id2label": { |
| "0": "NEUTRAL", |
| "1": "BIASED_LANGUAGE", |
| "2": "DISCRIMINATORY_FLAG" |
| }, |
| "label2id": { |
| "NEUTRAL": 0, |
| "BIASED_LANGUAGE": 1, |
| "DISCRIMINATORY_FLAG": 2 |
| }, |
| "torch_dtype": "float32", |
| "transformers_version": "4.37.0" |
| } |