CoolFace
Modelpublic

texturejc/texture-frames-trigger

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes9downloads
config.json48 linesDownload Raw Back to root
1{2  "architectures": [3    "DebertaV2ForTokenClassification"4  ],5  "attention_probs_dropout_prob": 0.1,6  "bos_token_id": null,7  "dtype": "float32",8  "eos_token_id": null,9  "hidden_act": "gelu",10  "hidden_dropout_prob": 0.1,11  "hidden_size": 1024,12  "id2label": {13    "0": "O",14    "1": "TRIGGER"15  },16  "initializer_range": 0.02,17  "intermediate_size": 4096,18  "label2id": {19    "O": 0,20    "TRIGGER": 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": 16,29  "num_hidden_layers": 24,30  "pad_token_id": 0,31  "pooler_dropout": 0.0,32  "pooler_hidden_act": "gelu",33  "pooler_hidden_size": 1024,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  "tie_word_embeddings": true,43  "transformers_version": "5.12.1",44  "type_vocab_size": 0,45  "use_cache": false,46  "vocab_size": 12810047}48