CoolFace
Modelpublic

BenjaminOcampo/task-implicit_task__model-hatebert__aug_method-something__round-1

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes6downloads
config.json39 linesDownload Raw Back to root
1{2  "_name_or_path": "/home/bocampo/repositories/sald/models/mlruns/128254960698422849/5b357930f86a40c583b7d482a02d582f/artifacts/tmpgphjdsyf/model",3  "_num_labels": 2,4  "architectures": [5    "BertForSequenceClassification"6  ],7  "attention_probs_dropout_prob": 0.1,8  "classifier_dropout": null,9  "hidden_act": "gelu",10  "hidden_dropout_prob": 0.1,11  "hidden_size": 768,12  "id2label": {13    "0": "LABEL_0",14    "1": "LABEL_1",15    "2": "LABEL_2"16  },17  "initializer_range": 0.02,18  "intermediate_size": 3072,19  "label2id": {20    "LABEL_0": 0,21    "LABEL_1": 1,22    "LABEL_2": 223  },24  "layer_norm_eps": 1e-12,25  "max_position_embeddings": 512,26  "model_type": "bert",27  "num_attention_heads": 12,28  "num_hidden_layers": 12,29  "output_past": true,30  "pad_token_id": 0,31  "position_embedding_type": "absolute",32  "problem_type": "single_label_classification",33  "torch_dtype": "float32",34  "transformers_version": "4.24.0",35  "type_vocab_size": 2,36  "use_cache": true,37  "vocab_size": 3052238}39