CoolFace
Modelpublic

sam34738/hatebert_binary_hate

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes4downloads
config.json39 linesDownload Raw Back to root
1{2  "_num_labels": 2,3  "add_cross_attention": false,4  "architectures": [5    "BertForSequenceClassification"6  ],7  "attention_probs_dropout_prob": 0.1,8  "bos_token_id": null,9  "classifier_dropout": null,10  "decoder_start_token_id": null,11  "dtype": "float32",12  "eos_token_id": null,13  "finetuning_task": null,14  "hidden_act": "gelu",15  "hidden_dropout_prob": 0.1,16  "hidden_size": 768,17  "initializer_range": 0.02,18  "intermediate_size": 3072,19  "is_decoder": false,20  "layer_norm_eps": 1e-12,21  "max_position_embeddings": 512,22  "model_type": "bert",23  "num_attention_heads": 12,24  "num_hidden_layers": 12,25  "output_past": true,26  "pad_token_id": 0,27  "prefix": null,28  "problem_type": "single_label_classification",29  "pruned_heads": {},30  "task_specific_params": null,31  "tie_word_embeddings": true,32  "torchscript": false,33  "transformers_version": "5.9.0",34  "type_vocab_size": 2,35  "use_bfloat16": false,36  "use_cache": true,37  "vocab_size": 3052238}39