File size: 3,065 Bytes
3014b68 |
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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
{
"_name_or_path": "klue/roberta-large",
"architectures": [
"RobertaForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "a_criminal record",
"1": "a_job",
"2": "a_name",
"3": "a_v_relation",
"4": "acq_adress",
"5": "acq_asset_amount",
"6": "acq_datetime",
"7": "acq_method",
"8": "acq_name",
"9": "approach_method",
"10": "attempt_reason",
"11": "content_detail",
"12": "content_item",
"13": "content_method",
"14": "content_payment_made",
"15": "content_payment_method",
"16": "content_purchase_int",
"17": "content_quality",
"18": "content_space",
"19": "crime_address",
"20": "crime_datetime",
"21": "crime_result_attempted",
"22": "crime_result_completed",
"23": "criminal_intent",
"24": "d_address",
"25": "d_asset_amount",
"26": "d_datetime",
"27": "d_method",
"28": "degree_intent_to_pay",
"29": "degree_item",
"30": "degree_purchase_ability",
"31": "degree_quality",
"32": "degree_quantity",
"33": "means_etc",
"34": "means_person",
"35": "means_verbal",
"36": "total_amount",
"37": "v_age",
"38": "v_decieve_reason",
"39": "v_job",
"40": "v_med_rec",
"41": "v_name",
"42": "v_sex"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"a_criminal record": 0,
"a_job": 1,
"a_name": 2,
"a_v_relation": 3,
"acq_adress": 4,
"acq_asset_amount": 5,
"acq_datetime": 6,
"acq_method": 7,
"acq_name": 8,
"approach_method": 9,
"attempt_reason": 10,
"content_detail": 11,
"content_item": 12,
"content_method": 13,
"content_payment_made": 14,
"content_payment_method": 15,
"content_purchase_int": 16,
"content_quality": 17,
"content_space": 18,
"crime_address": 19,
"crime_datetime": 20,
"crime_result_attempted": 21,
"crime_result_completed": 22,
"criminal_intent": 23,
"d_address": 24,
"d_asset_amount": 25,
"d_datetime": 26,
"d_method": 27,
"degree_intent_to_pay": 28,
"degree_item": 29,
"degree_purchase_ability": 30,
"degree_quality": 31,
"degree_quantity": 32,
"means_etc": 33,
"means_person": 34,
"means_verbal": 35,
"total_amount": 36,
"v_age": 37,
"v_decieve_reason": 38,
"v_job": 39,
"v_med_rec": 40,
"v_name": 41,
"v_sex": 42
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "roberta",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"tokenizer_class": "BertTokenizer",
"torch_dtype": "float32",
"transformers_version": "4.39.3",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 32000
}
|