CoolFace
Modelpublic

JSON-Voorhees/classifier-ctf

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes5downloads
config.json41 linesDownload Raw Back to root
1{2  "architectures": [3    "DebertaV2ForSequenceClassification"4  ],5  "attention_probs_dropout_prob": 0.1,6  "bos_token_id": null,7  "dtype": "float16",8  "eos_token_id": null,9  "hidden_act": "gelu",10  "hidden_dropout_prob": 0.1,11  "hidden_size": 768,12  "initializer_range": 0.02,13  "intermediate_size": 3072,14  "layer_norm_eps": 1e-07,15  "legacy": true,16  "max_position_embeddings": 512,17  "max_relative_positions": -1,18  "model_type": "deberta-v2",19  "norm_rel_ebd": "layer_norm",20  "num_attention_heads": 12,21  "num_hidden_layers": 12,22  "pad_token_id": 0,23  "pooler_dropout": 0,24  "pooler_hidden_act": "gelu",25  "pooler_hidden_size": 768,26  "pos_att_type": [27    "p2c",28    "c2p"29  ],30  "position_biased_input": false,31  "position_buckets": 256,32  "problem_type": "single_label_classification",33  "relative_attention": true,34  "share_att_key": true,35  "tie_word_embeddings": true,36  "transformers_version": "5.0.0",37  "type_vocab_size": 0,38  "use_cache": false,39  "vocab_size": 12810040}41