{ "_name_or_path": "distilbert-base-uncased", "activation": "gelu", "architectures": [ "DistilBertForTokenClassification" ], "attention_dropout": 0.1, "dim": 768, "dropout": 0.1, "hidden_dim": 3072, "id2label": { "0": "O", "1": "B-CROP", "2": "I-CROP", "3": "B-PEST", "4": "I-PEST", "5": "B-SEED", "6": "I-SEED" }, "initializer_range": 0.02, "label2id": { "B-CROP": 1, "B-PEST": 3, "B-SEED": 5, "I-CROP": 2, "I-PEST": 4, "I-SEED": 6, "O": 0 }, "max_position_embeddings": 512, "model_type": "distilbert", "n_heads": 12, "n_layers": 6, "pad_token_id": 0, "qa_dropout": 0.1, "seq_classif_dropout": 0.2, "sinusoidal_pos_embds": false, "tie_weights_": true, "torch_dtype": "float32", "transformers_version": "4.33.1", "vocab_size": 30522 }