CoolFace
Modelpublic

Frana9812/apps2

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes7downloads
config.json56 linesDownload Raw Back to root
1{2  "_name_or_path": "distilbert-base-uncased",3  "activation": "gelu",4  "architectures": [5    "DistilBertForSequenceClassification"6  ],7  "attention_dropout": 0.1,8  "dim": 768,9  "dropout": 0.1,10  "hidden_dim": 3072,11  "id2label": {12    "0": 0,13    "1": 1,14    "2": 2,15    "3": 3,16    "4": 4,17    "5": 5,18    "6": 6,19    "7": 7,20    "8": 8,21    "9": 9,22    "10": 10,23    "11": 11,24    "12": 12,25    "13": 13,26    "14": 14,27    "15": 15,28    "16": 16,29    "17": 17,30    "18": 18,31    "19": 19,32    "20": 20,33    "21": 2134  },35  "initializer_range": 0.02,36  "label2id": {37    "2": [38      21,39      2140    ]41  },42  "max_position_embeddings": 512,43  "model_type": "distilbert",44  "n_heads": 12,45  "n_layers": 6,46  "pad_token_id": 0,47  "problem_type": "single_label_classification",48  "qa_dropout": 0.1,49  "seq_classif_dropout": 0.2,50  "sinusoidal_pos_embds": false,51  "tie_weights_": true,52  "torch_dtype": "float32",53  "transformers_version": "4.40.2",54  "vocab_size": 3052255}56