{ "_name_or_path": "distilbert/distilbert-base-uncased", "activation": "gelu", "architectures": [ "DistilBertForTokenClassification" ], "attention_dropout": 0.1, "dim": 768, "dropout": 0.1, "hidden_dim": 3072, "id2label": { "0": "0", "1": "B-Rating", "2": "I-Rating", "3": "B-Amenity", "4": "I-Amenity", "5": "B-Location", "6": "I-Location", "7": "B-Restaurant_Name", "8": "I-Restaurant_Name", "9": "B-Price", "10": "B-Hours", "11": "I-Hours", "12": "B-Dish", "13": "I-Dish", "14": "B-Cuisine", "15": "I-Price", "16": "I-Cuisine" }, "initializer_range": 0.02, "label2id": { "0": 0, "B-Amenity": 3, "B-Cuisine": 14, "B-Dish": 12, "B-Hours": 10, "B-Location": 5, "B-Price": 9, "B-Rating": 1, "B-Restaurant_Name": 7, "I-Amenity": 4, "I-Cuisine": 16, "I-Dish": 13, "I-Hours": 11, "I-Location": 6, "I-Price": 15, "I-Rating": 2, "I-Restaurant_Name": 8 }, "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.38.2", "vocab_size": 30522 }