CoolFace
Modelpublic

LerrySamson/grammar_error_detection

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes13downloads
config.json36 linesDownload Raw Back to root
1{2  "activation": "gelu",3  "architectures": [4    "DistilBertForTokenClassification"5  ],6  "attention_dropout": 0.1,7  "bos_token_id": null,8  "dim": 768,9  "dropout": 0.1,10  "dtype": "float32",11  "eos_token_id": null,12  "hidden_dim": 3072,13  "id2label": {14    "0": "0",15    "1": "BAD"16  },17  "initializer_range": 0.02,18  "label2id": {19    "0": 0,20    "BAD": 121  },22  "max_position_embeddings": 512,23  "model_type": "distilbert",24  "n_heads": 12,25  "n_layers": 6,26  "pad_token_id": 0,27  "qa_dropout": 0.1,28  "seq_classif_dropout": 0.2,29  "sinusoidal_pos_embds": false,30  "tie_weights_": true,31  "tie_word_embeddings": true,32  "transformers_version": "5.13.1",33  "use_cache": false,34  "vocab_size": 3052235}36