CoolFace
Modelpublic

crcb/hateval_re

sourceHugging Faceupdated 4y agoView on Hugging Face
1likes14downloads
config.json39 linesDownload Raw Back to root
1{2  "_name_or_path": "AutoTrain",3  "_num_labels": 2,4  "architectures": [5    "BertForSequenceClassification"6  ],7  "attention_probs_dropout_prob": 0.1,8  "classifier_dropout": null,9  "gradient_checkpointing": false,10  "hidden_act": "gelu",11  "hidden_dropout_prob": 0.1,12  "hidden_size": 768,13  "id2label": {14    "0": "0",15    "1": "1"16  },17  "initializer_range": 0.02,18  "intermediate_size": 3072,19  "label2id": {20    "0": 0,21    "1": 122  },23  "layer_norm_eps": 1e-12,24  "max_length": 96,25  "max_position_embeddings": 512,26  "model_type": "bert",27  "num_attention_heads": 12,28  "num_hidden_layers": 12,29  "pad_token_id": 0,30  "padding": "max_length",31  "position_embedding_type": "absolute",32  "problem_type": "single_label_classification",33  "torch_dtype": "float32",34  "transformers_version": "4.15.0",35  "type_vocab_size": 2,36  "use_cache": true,37  "vocab_size": 3052238}39