CoolFace
Modelpublic

jonaskoenig/topic_classification_01

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes42downloads
config.json77 linesDownload Raw Back to root
1{2  "_name_or_path": "microsoft/xtremedistil-l6-h256-uncased",3  "architectures": [4    "BertForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "classifier_dropout": null,8  "gradient_checkpointing": false,9  "hidden_act": "gelu",10  "hidden_dropout_prob": 0.1,11  "hidden_size": 256,12  "id2label": {13    "0": "LABEL_0",14    "1": "LABEL_1",15    "2": "LABEL_2",16    "3": "LABEL_3",17    "4": "LABEL_4",18    "5": "LABEL_5",19    "6": "LABEL_6",20    "7": "LABEL_7",21    "8": "LABEL_8",22    "9": "LABEL_9",23    "10": "LABEL_10",24    "11": "LABEL_11",25    "12": "LABEL_12",26    "13": "LABEL_13",27    "14": "LABEL_14",28    "15": "LABEL_15",29    "16": "LABEL_16",30    "17": "LABEL_17",31    "18": "LABEL_18",32    "19": "LABEL_19",33    "20": "LABEL_20",34    "21": "LABEL_21",35    "22": "LABEL_22"36  },37  "initializer_range": 0.02,38  "intermediate_size": 1024,39  "label2id": {40    "LABEL_0": 0,41    "LABEL_1": 1,42    "LABEL_10": 10,43    "LABEL_11": 11,44    "LABEL_12": 12,45    "LABEL_13": 13,46    "LABEL_14": 14,47    "LABEL_15": 15,48    "LABEL_16": 16,49    "LABEL_17": 17,50    "LABEL_18": 18,51    "LABEL_19": 19,52    "LABEL_2": 2,53    "LABEL_20": 20,54    "LABEL_21": 21,55    "LABEL_22": 22,56    "LABEL_3": 3,57    "LABEL_4": 4,58    "LABEL_5": 5,59    "LABEL_6": 6,60    "LABEL_7": 7,61    "LABEL_8": 8,62    "LABEL_9": 963  },64  "layer_norm_eps": 1e-12,65  "max_position_embeddings": 512,66  "model_type": "bert",67  "num_attention_heads": 8,68  "num_hidden_layers": 6,69  "pad_token_id": 0,70  "position_embedding_type": "absolute",71  "problem_type": "multi_label_classification",72  "transformers_version": "4.20.1",73  "type_vocab_size": 2,74  "use_cache": true,75  "vocab_size": 3052276}77