CoolFace
Modelpublic

apps1/draft_overall_student

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes6downloads
config.json42 linesDownload Raw Back to root
1{2  "architectures": [3    "BertHashForSequenceClassification"4  ],5  "attention_probs_dropout_prob": 0.1,6  "auto_map": {7    "AutoConfig": "configuration_bert_hash.BertHashConfig",8    "AutoModel": "modeling_bert_hash.BertHashModel",9    "AutoModelForMaskedLM": "modeling_bert_hash.BertHashForMaskedLM",10    "AutoModelForSequenceClassification": "modeling_bert_hash.BertHashForSequenceClassification"11  },12  "classifier_dropout": null,13  "dtype": "float32",14  "hidden_act": "gelu",15  "hidden_dropout_prob": 0.1,16  "hidden_size": 128,17  "id2label": {18    "0": "LABEL_0",19    "1": "LABEL_1",20    "2": "LABEL_2"21  },22  "initializer_range": 0.02,23  "intermediate_size": 512,24  "label2id": {25    "LABEL_0": 0,26    "LABEL_1": 1,27    "LABEL_2": 228  },29  "layer_norm_eps": 1e-12,30  "max_position_embeddings": 512,31  "model_type": "bert_hash",32  "num_attention_heads": 2,33  "num_hidden_layers": 2,34  "pad_token_id": 0,35  "position_embedding_type": "absolute",36  "projections": 16,37  "transformers_version": "4.57.1",38  "type_vocab_size": 2,39  "use_cache": true,40  "vocab_size": 3052241}42