CoolFace
Modelpublic

hf-tiny-model-private/tiny-random-ConvBertForSequenceClassification

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes12downloads
config.json30 linesDownload Raw Back to root
1{2  "_name_or_path": "tiny_models/convbert/ConvBertForSequenceClassification",3  "architectures": [4    "ConvBertForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "bos_token_id": 0,8  "classifier_dropout": null,9  "conv_kernel_size": 9,10  "embedding_size": 768,11  "eos_token_id": 2,12  "head_ratio": 2,13  "hidden_act": "gelu",14  "hidden_dropout_prob": 0.1,15  "hidden_size": 32,16  "initializer_range": 0.02,17  "intermediate_size": 37,18  "layer_norm_eps": 1e-12,19  "max_position_embeddings": 512,20  "model_type": "convbert",21  "num_attention_heads": 4,22  "num_groups": 1,23  "num_hidden_layers": 5,24  "pad_token_id": 0,25  "torch_dtype": "float32",26  "transformers_version": "4.28.0.dev0",27  "type_vocab_size": 16,28  "vocab_size": 112429}30