CoolFace
Modelpublic

AnonymousCS/populism_classifier_326

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes14downloads
config.json34 linesDownload Raw Back to root
1{2  "_name_or_path": "AnonymousCS/populism_english_bert_large_cased",3  "architectures": [4    "BertForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "classifier_dropout": null,8  "directionality": "bidi",9  "gradient_checkpointing": false,10  "hidden_act": "gelu",11  "hidden_dropout_prob": 0.1,12  "hidden_size": 1024,13  "initializer_range": 0.02,14  "intermediate_size": 4096,15  "layer_norm_eps": 1e-12,16  "max_position_embeddings": 512,17  "model_type": "bert",18  "num_attention_heads": 16,19  "num_hidden_layers": 24,20  "pad_token_id": 0,21  "pooler_fc_size": 768,22  "pooler_num_attention_heads": 12,23  "pooler_num_fc_layers": 3,24  "pooler_size_per_head": 128,25  "pooler_type": "first_token_transform",26  "position_embedding_type": "absolute",27  "problem_type": "single_label_classification",28  "torch_dtype": "float32",29  "transformers_version": "4.46.3",30  "type_vocab_size": 2,31  "use_cache": true,32  "vocab_size": 2899633}34