CoolFace
Modelpublic

roig/compass-product-classifier

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes20downloads
config.json26 linesDownload Raw Back to root
1{2  "activation": "gelu",3  "architectures": [4    "DistilBertModel"5  ],6  "attention_dropout": 0.1,7  "dim": 768,8  "dropout": 0.1,9  "dtype": "float32",10  "hidden_dim": 3072,11  "initializer_range": 0.02,12  "max_position_embeddings": 512,13  "model_type": "distilbert",14  "n_heads": 12,15  "n_layers": 6,16  "output_hidden_states": true,17  "output_past": true,18  "pad_token_id": 0,19  "qa_dropout": 0.1,20  "seq_classif_dropout": 0.2,21  "sinusoidal_pos_embds": false,22  "tie_weights_": true,23  "transformers_version": "4.57.3",24  "vocab_size": 11954725}26