CoolFace
Modelpublic

Hartunka/tiny_bert_km_20_v1

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes6downloads
config.json24 linesDownload Raw Back to root
1{2  "activation": "gelu",3  "architectures": [4    "DistilBertForLDAMaskedLM"5  ],6  "attention_dropout": 0.1,7  "dim": 512,8  "dropout": 0.1,9  "hidden_dim": 3072,10  "initializer_range": 0.02,11  "max_position_embeddings": 512,12  "model_type": "distilbert",13  "n_heads": 8,14  "n_layers": 4,15  "n_topics": 20,16  "pad_token_id": 0,17  "qa_dropout": 0.1,18  "seq_classif_dropout": 0.2,19  "sinusoidal_pos_embds": false,20  "torch_dtype": "float32",21  "transformers_version": "4.40.0",22  "vocab_size": 3052223}24