CoolFace
Modelpublic

SIRIS-Lab/social-sciences_binary_classifier

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes8downloads
config.json37 linesDownload Raw Back to root
1{2  "adapters": {3    "adapters": {},4    "config_map": {},5    "fusion_config_map": {},6    "fusions": {}7  },8  "add_cross_attention": false,9  "architectures": [10    "BertForSequenceClassification"11  ],12  "attention_probs_dropout_prob": 0.1,13  "bos_token_id": null,14  "classifier_dropout": null,15  "dtype": "float32",16  "eos_token_id": null,17  "hidden_act": "gelu",18  "hidden_dropout_prob": 0.1,19  "hidden_size": 768,20  "initializer_range": 0.02,21  "intermediate_size": 3072,22  "is_decoder": false,23  "layer_norm_eps": 1e-12,24  "max_position_embeddings": 512,25  "model_type": "bert",26  "num_attention_heads": 12,27  "num_hidden_layers": 12,28  "pad_token_id": 0,29  "position_embedding_type": "absolute",30  "problem_type": "single_label_classification",31  "tie_word_embeddings": true,32  "transformers_version": "5.12.1",33  "type_vocab_size": 2,34  "use_cache": false,35  "vocab_size": 3109036}37