File size: 4,537 Bytes
f0a9133 |
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 122 123 124 125 126 127 128 129 130 131 132 133 |
{
"_name_or_path": "sentence-transformers/paraphrase-multilingual-mpnet-base-v2",
"architectures": [
"XLMRobertaForSequenceClassification"
],
"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": 768,
"id2label": {
"0": "auto_and_transport",
"1": "auto_and_transport/car_rental",
"2": "auto_and_transport/gas_and_fuel",
"3": "auto_and_transport/parking",
"4": "auto_and_transport/public_transportation",
"5": "auto_and_transport/service_and_parts",
"6": "auto_and_transport/taxi",
"7": "bills_and_utilities",
"8": "bills_and_utilities/internet",
"9": "bills_and_utilities/phone",
"10": "bills_and_utilities/television",
"11": "bills_and_utilities/utilities",
"12": "business_services",
"13": "business_services/accounting",
"14": "business_services/advertising",
"15": "business_services/office_supplies",
"16": "business_services/shipping",
"17": "education",
"18": "education/books_and_supplies",
"19": "education/student_loan",
"20": "education/tuition",
"21": "entertainment",
"22": "entertainment/amusement",
"23": "entertainment/arts",
"24": "entertainment/gambling",
"25": "entertainment/games",
"26": "entertainment/movies_and_music",
"27": "entertainment/newspapers_and_magazines",
"28": "fees_and_charges",
"29": "fees_and_charges/bankruptcy",
"30": "fees_and_charges/collections_agency",
"31": "fees_and_charges/loans",
"32": "fees_and_charges/loans/auto",
"33": "fees_and_charges/loans/high_cost",
"34": "fees_and_charges/loans/pawn",
"35": "fees_and_charges/loans/payday",
"36": "fees_and_charges/provider_fee",
"37": "fees_and_charges/provider_fee/penalty",
"38": "fees_and_charges/provider_fee/penalty/nsf",
"39": "fees_and_charges/provider_fee/penalty/overdraft",
"40": "fees_and_charges/provider_fee/penalty/stop_payment",
"41": "fees_and_charges/provider_fee/recurring",
"42": "fees_and_charges/service_fee",
"43": "fees_and_charges/service_fee/laundromat",
"44": "fees_and_charges/taxes",
"45": "fees_and_charges/union",
"46": "food_and_dining",
"47": "food_and_dining/alcohol_and_bars",
"48": "food_and_dining/cafes_and_restaurants",
"49": "food_and_dining/groceries",
"50": "food_and_dining/marijuana",
"51": "gifts_and_donations",
"52": "gifts_and_donations/charity",
"53": "gifts_and_donations/gifts",
"54": "health_and_fitness",
"55": "health_and_fitness/doctor",
"56": "health_and_fitness/personal_care",
"57": "health_and_fitness/pharmacy",
"58": "health_and_fitness/sports",
"59": "health_and_fitness/wellness",
"60": "home",
"61": "home/home_improvement",
"62": "home/home_services",
"63": "home/home_supplies",
"64": "home/mortgage",
"65": "home/mortgage_and_rent",
"66": "home/rent",
"67": "income",
"68": "income/bonus",
"69": "income/child_support",
"70": "income/government",
"71": "income/investment_income",
"72": "income/paycheck",
"73": "income/pension",
"74": "insurance",
"75": "insurance/car_insurance",
"76": "insurance/health_insurance",
"77": "insurance/life_insurance",
"78": "insurance/property_insurance",
"79": "kids",
"80": "kids/baby_supplies",
"81": "kids/babysitter_and_daycare",
"82": "kids/toys",
"83": "pets",
"84": "pets/pet_food_and_supplies",
"85": "pets/pet_grooming",
"86": "pets/veterinary",
"87": "shopping",
"88": "shopping/clothing",
"89": "shopping/electronics_and_software",
"90": "shopping/sporting_goods",
"91": "transfer",
"92": "transfer/atm",
"93": "transfer/credit_card",
"94": "transfer/email",
"95": "transfer/wire",
"96": "travel",
"97": "travel/hotel",
"98": "travel/transportation",
"99": "travel/vacation"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "xlm-roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.43.3",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}
|