CoolFace
Modelpublic

privacy-tech-lab/RegionModel

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes14downloads
config.json31 linesDownload Raw Back to root
1{2  "_name_or_path": "huawei-noah/TinyBERT_General_4L_312D",3  "architectures": [4    "BertForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "cell": {},8  "classifier_dropout": null,9  "emb_size": 312,10  "hidden_act": "gelu",11  "hidden_dropout_prob": 0.1,12  "hidden_size": 312,13  "initializer_range": 0.02,14  "intermediate_size": 1200,15  "layer_norm_eps": 1e-12,16  "max_position_embeddings": 512,17  "model_type": "bert",18  "num_attention_heads": 12,19  "num_hidden_layers": 4,20  "pad_token_id": 0,21  "position_embedding_type": "absolute",22  "pre_trained": "",23  "problem_type": "single_label_classification",24  "structure": [],25  "torch_dtype": "float32",26  "transformers_version": "4.16.2",27  "type_vocab_size": 2,28  "use_cache": true,29  "vocab_size": 3052230}31