|
{ |
|
"_name_or_path": "bert-base-uncased", |
|
"architectures": [ |
|
"BertForTokenClassification" |
|
], |
|
"attention_probs_dropout_prob": 0.1, |
|
"classifier_dropout": null, |
|
"gradient_checkpointing": false, |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 768, |
|
"id2label": { |
|
"0": "O", |
|
"1": "B-album", |
|
"2": "I-album", |
|
"3": "B-artist", |
|
"4": "I-artist", |
|
"5": "B-best_rating", |
|
"6": "I-best_rating", |
|
"7": "B-city", |
|
"8": "I-city", |
|
"9": "B-condition_description", |
|
"10": "I-condition_description", |
|
"11": "B-condition_temperature", |
|
"12": "I-condition_temperature", |
|
"13": "B-country", |
|
"14": "I-country", |
|
"15": "B-cuisine", |
|
"16": "I-cuisine", |
|
"17": "B-current_location", |
|
"18": "I-current_location", |
|
"19": "B-entity_name", |
|
"20": "I-entity_name", |
|
"21": "B-facility", |
|
"22": "I-facility", |
|
"23": "B-genre", |
|
"24": "I-genre", |
|
"25": "B-geographic_poi", |
|
"26": "I-geographic_poi", |
|
"27": "B-location_name", |
|
"28": "I-location_name", |
|
"29": "B-movie_name", |
|
"30": "I-movie_name", |
|
"31": "B-movie_type", |
|
"32": "I-movie_type", |
|
"33": "B-music_item", |
|
"34": "I-music_item", |
|
"35": "B-object_location_type", |
|
"36": "I-object_location_type", |
|
"37": "B-object_name", |
|
"38": "I-object_name", |
|
"39": "B-object_part_of_series_type", |
|
"40": "I-object_part_of_series_type", |
|
"41": "B-object_select", |
|
"42": "I-object_select", |
|
"43": "B-object_type", |
|
"44": "I-object_type", |
|
"45": "B-party_size_description", |
|
"46": "I-party_size_description", |
|
"47": "B-party_size_number", |
|
"48": "I-party_size_number", |
|
"49": "B-playlist", |
|
"50": "I-playlist", |
|
"51": "B-playlist_owner", |
|
"52": "I-playlist_owner", |
|
"53": "B-poi", |
|
"54": "I-poi", |
|
"55": "B-rating_unit", |
|
"56": "I-rating_unit", |
|
"57": "B-rating_value", |
|
"58": "I-rating_value", |
|
"59": "B-restaurant_name", |
|
"60": "I-restaurant_name", |
|
"61": "B-restaurant_type", |
|
"62": "I-restaurant_type", |
|
"63": "B-served_dish", |
|
"64": "I-served_dish", |
|
"65": "B-service", |
|
"66": "I-service", |
|
"67": "B-sort", |
|
"68": "I-sort", |
|
"69": "B-spatial_relation", |
|
"70": "I-spatial_relation", |
|
"71": "B-state", |
|
"72": "I-state", |
|
"73": "B-timeRange", |
|
"74": "I-timeRange", |
|
"75": "B-track", |
|
"76": "I-track", |
|
"77": "B-year", |
|
"78": "I-year" |
|
}, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 3072, |
|
"label2id": { |
|
"B-album": 1, |
|
"B-artist": 3, |
|
"B-best_rating": 5, |
|
"B-city": 7, |
|
"B-condition_description": 9, |
|
"B-condition_temperature": 11, |
|
"B-country": 13, |
|
"B-cuisine": 15, |
|
"B-current_location": 17, |
|
"B-entity_name": 19, |
|
"B-facility": 21, |
|
"B-genre": 23, |
|
"B-geographic_poi": 25, |
|
"B-location_name": 27, |
|
"B-movie_name": 29, |
|
"B-movie_type": 31, |
|
"B-music_item": 33, |
|
"B-object_location_type": 35, |
|
"B-object_name": 37, |
|
"B-object_part_of_series_type": 39, |
|
"B-object_select": 41, |
|
"B-object_type": 43, |
|
"B-party_size_description": 45, |
|
"B-party_size_number": 47, |
|
"B-playlist": 49, |
|
"B-playlist_owner": 51, |
|
"B-poi": 53, |
|
"B-rating_unit": 55, |
|
"B-rating_value": 57, |
|
"B-restaurant_name": 59, |
|
"B-restaurant_type": 61, |
|
"B-served_dish": 63, |
|
"B-service": 65, |
|
"B-sort": 67, |
|
"B-spatial_relation": 69, |
|
"B-state": 71, |
|
"B-timeRange": 73, |
|
"B-track": 75, |
|
"B-year": 77, |
|
"I-album": 2, |
|
"I-artist": 4, |
|
"I-best_rating": 6, |
|
"I-city": 8, |
|
"I-condition_description": 10, |
|
"I-condition_temperature": 12, |
|
"I-country": 14, |
|
"I-cuisine": 16, |
|
"I-current_location": 18, |
|
"I-entity_name": 20, |
|
"I-facility": 22, |
|
"I-genre": 24, |
|
"I-geographic_poi": 26, |
|
"I-location_name": 28, |
|
"I-movie_name": 30, |
|
"I-movie_type": 32, |
|
"I-music_item": 34, |
|
"I-object_location_type": 36, |
|
"I-object_name": 38, |
|
"I-object_part_of_series_type": 40, |
|
"I-object_select": 42, |
|
"I-object_type": 44, |
|
"I-party_size_description": 46, |
|
"I-party_size_number": 48, |
|
"I-playlist": 50, |
|
"I-playlist_owner": 52, |
|
"I-poi": 54, |
|
"I-rating_unit": 56, |
|
"I-rating_value": 58, |
|
"I-restaurant_name": 60, |
|
"I-restaurant_type": 62, |
|
"I-served_dish": 64, |
|
"I-service": 66, |
|
"I-sort": 68, |
|
"I-spatial_relation": 70, |
|
"I-state": 72, |
|
"I-timeRange": 74, |
|
"I-track": 76, |
|
"I-year": 78, |
|
"O": 0 |
|
}, |
|
"layer_norm_eps": 1e-12, |
|
"max_position_embeddings": 512, |
|
"model_type": "bert", |
|
"num_attention_heads": 12, |
|
"num_hidden_layers": 12, |
|
"pad_token_id": 0, |
|
"position_embedding_type": "absolute", |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.27.1", |
|
"type_vocab_size": 2, |
|
"use_cache": true, |
|
"vocab_size": 30522 |
|
} |
|
|