|
{
|
|
"_name_or_path": "VietAI/vit5-base",
|
|
"architectures": [
|
|
"T5ForTokenClassification"
|
|
],
|
|
"classifier_dropout": 0.0,
|
|
"d_ff": 3072,
|
|
"d_kv": 64,
|
|
"d_model": 768,
|
|
"decoder_start_token_id": 0,
|
|
"dense_act_fn": "relu",
|
|
"dropout_rate": 0.1,
|
|
"eos_token_id": 1,
|
|
"feed_forward_proj": "relu",
|
|
"id2label": {
|
|
"0": "O",
|
|
"1": "B-balcony_direction",
|
|
"2": "I-balcony_direction",
|
|
"3": "B-city",
|
|
"4": "I-city",
|
|
"5": "B-district",
|
|
"6": "I-district",
|
|
"7": "B-house_direction",
|
|
"8": "I-house_direction",
|
|
"9": "B-legal",
|
|
"10": "I-legal",
|
|
"11": "B-max_acreage",
|
|
"12": "I-max_acreage",
|
|
"13": "B-max_price",
|
|
"14": "I-max_price",
|
|
"15": "B-min_acreage",
|
|
"16": "I-min_acreage",
|
|
"17": "B-min_price",
|
|
"18": "I-min_price",
|
|
"19": "B-type_of_land",
|
|
"20": "I-type_of_land"
|
|
},
|
|
"initializer_factor": 1.0,
|
|
"is_encoder_decoder": true,
|
|
"is_gated_act": false,
|
|
"label2id": {
|
|
"B-balcony_direction": 1,
|
|
"B-city": 3,
|
|
"B-district": 5,
|
|
"B-house_direction": 7,
|
|
"B-legal": 9,
|
|
"B-max_acreage": 11,
|
|
"B-max_price": 13,
|
|
"B-min_acreage": 15,
|
|
"B-min_price": 17,
|
|
"B-type_of_land": 19,
|
|
"I-balcony_direction": 2,
|
|
"I-city": 4,
|
|
"I-district": 6,
|
|
"I-house_direction": 8,
|
|
"I-legal": 10,
|
|
"I-max_acreage": 12,
|
|
"I-max_price": 14,
|
|
"I-min_acreage": 16,
|
|
"I-min_price": 18,
|
|
"I-type_of_land": 20,
|
|
"O": 0
|
|
},
|
|
"layer_norm_epsilon": 1e-06,
|
|
"model_type": "t5",
|
|
"n_positions": 512,
|
|
"num_decoder_layers": 12,
|
|
"num_heads": 12,
|
|
"num_layers": 12,
|
|
"output_past": true,
|
|
"pad_token_id": 0,
|
|
"relative_attention_max_distance": 128,
|
|
"relative_attention_num_buckets": 32,
|
|
"torch_dtype": "float32",
|
|
"transformers_version": "4.45.2",
|
|
"use_cache": true,
|
|
"vocab_size": 36096
|
|
}
|
|
|