CoolFace
Modelpublic

artem2284708/basketball-mod

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes3downloads
config.json35 linesDownload Raw Back to root
1{2  "activation": "gelu",3  "architectures": [4    "DistilBertForSequenceClassification"5  ],6  "attention_dropout": 0.1,7  "dim": 768,8  "dropout": 0.1,9  "hidden_dim": 3072,10  "id2label": {11    "0": "NEGATIVE",12    "1": "NEUTRAL",13    "2": "POSITIVE"14  },15  "initializer_range": 0.02,16  "label2id": {17    "NEGATIVE": 0,18    "NEUTRAL": 1,19    "POSITIVE": 220  },21  "max_position_embeddings": 512,22  "model_type": "distilbert",23  "n_heads": 12,24  "n_layers": 6,25  "pad_token_id": 0,26  "problem_type": "single_label_classification",27  "qa_dropout": 0.1,28  "seq_classif_dropout": 0.2,29  "sinusoidal_pos_embds": false,30  "tie_weights_": true,31  "torch_dtype": "float32",32  "transformers_version": "4.51.3",33  "vocab_size": 3052234}35