File size: 1,898 Bytes
eacb42a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
{
"_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
}
|