CoolFace
Modelpublic

mtyrrell/CPU_Conditional_Classifier

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes18downloads
config.json33 linesDownload Raw Back to root
1{2  "_name_or_path": "sentence-transformers/all-mpnet-base-v2",3  "architectures": [4    "MPNetForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "bos_token_id": 0,8  "eos_token_id": 2,9  "hidden_act": "gelu",10  "hidden_dropout_prob": 0.1,11  "hidden_size": 768,12  "id2label": {13    "0": "UNCONDITIONAL",14    "1": "CONDITIONAL"15  },16  "initializer_range": 0.02,17  "intermediate_size": 3072,18  "label2id": {19    "CONDITIONAL": 1,20    "UNCONDITIONAL": 021  },22  "layer_norm_eps": 1e-05,23  "max_position_embeddings": 514,24  "model_type": "mpnet",25  "num_attention_heads": 12,26  "num_hidden_layers": 12,27  "pad_token_id": 1,28  "relative_attention_num_buckets": 32,29  "torch_dtype": "float32",30  "transformers_version": "4.31.0",31  "vocab_size": 3052732}33