CoolFace
Modelpublic

PuxAI/PII-Binary-Filter-Extreme-Recall

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes6downloads
config.json46 linesDownload Raw Back to root
1{2  "architectures": [3    "DebertaV2ForSequenceClassification"4  ],5  "attention_probs_dropout_prob": 0.1,6  "bos_token_id": 1,7  "dtype": "float32",8  "eos_token_id": 2,9  "hidden_act": "gelu",10  "hidden_dropout_prob": 0.1,11  "hidden_size": 768,12  "id2label": {13    "0": "NON_PII",14    "1": "VALID_PII"15  },16  "initializer_range": 0.02,17  "intermediate_size": 3072,18  "label2id": {19    "NON_PII": 0,20    "VALID_PII": 121  },22  "layer_norm_eps": 1e-07,23  "legacy": true,24  "max_position_embeddings": 512,25  "max_relative_positions": -1,26  "model_type": "deberta-v2",27  "norm_rel_ebd": "layer_norm",28  "num_attention_heads": 12,29  "num_hidden_layers": 6,30  "pad_token_id": 0,31  "pooler_dropout": 0,32  "pooler_hidden_act": "gelu",33  "pooler_hidden_size": 768,34  "pos_att_type": [35    "p2c",36    "c2p"37  ],38  "position_biased_input": false,39  "position_buckets": 256,40  "relative_attention": true,41  "share_att_key": true,42  "transformers_version": "4.56.0",43  "type_vocab_size": 0,44  "vocab_size": 12800345}46