theunmans commited on
Commit
f7170d8
1 Parent(s): 9ea95fb

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/distilbert-base-multilingual-cased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "auto_and_transport",
13
+ "1": "auto_and_transport/car_rental",
14
+ "2": "auto_and_transport/gas_and_fuel",
15
+ "3": "auto_and_transport/parking",
16
+ "4": "auto_and_transport/public_transportation",
17
+ "5": "auto_and_transport/service_and_parts",
18
+ "6": "auto_and_transport/taxi",
19
+ "7": "bills_and_utilities",
20
+ "8": "bills_and_utilities/internet",
21
+ "9": "bills_and_utilities/phone",
22
+ "10": "bills_and_utilities/television",
23
+ "11": "bills_and_utilities/utilities",
24
+ "12": "business_services",
25
+ "13": "business_services/accounting",
26
+ "14": "business_services/advertising",
27
+ "15": "business_services/office_supplies",
28
+ "16": "business_services/shipping",
29
+ "17": "education",
30
+ "18": "education/books_and_supplies",
31
+ "19": "education/student_loan",
32
+ "20": "education/tuition",
33
+ "21": "entertainment",
34
+ "22": "entertainment/amusement",
35
+ "23": "entertainment/arts",
36
+ "24": "entertainment/gambling",
37
+ "25": "entertainment/games",
38
+ "26": "entertainment/movies_and_music",
39
+ "27": "entertainment/newspapers_and_magazines",
40
+ "28": "fees_and_charges",
41
+ "29": "fees_and_charges/bankruptcy",
42
+ "30": "fees_and_charges/collections_agency",
43
+ "31": "fees_and_charges/loans",
44
+ "32": "fees_and_charges/loans/auto",
45
+ "33": "fees_and_charges/loans/high_cost",
46
+ "34": "fees_and_charges/loans/pawn",
47
+ "35": "fees_and_charges/loans/payday",
48
+ "36": "fees_and_charges/provider_fee",
49
+ "37": "fees_and_charges/provider_fee/penalty",
50
+ "38": "fees_and_charges/provider_fee/penalty/nsf",
51
+ "39": "fees_and_charges/provider_fee/penalty/overdraft",
52
+ "40": "fees_and_charges/provider_fee/penalty/stop_payment",
53
+ "41": "fees_and_charges/provider_fee/recurring",
54
+ "42": "fees_and_charges/service_fee",
55
+ "43": "fees_and_charges/service_fee/laundromat",
56
+ "44": "fees_and_charges/taxes",
57
+ "45": "fees_and_charges/union",
58
+ "46": "food_and_dining",
59
+ "47": "food_and_dining/alcohol_and_bars",
60
+ "48": "food_and_dining/cafes_and_restaurants",
61
+ "49": "food_and_dining/groceries",
62
+ "50": "food_and_dining/marijuana",
63
+ "51": "gifts_and_donations",
64
+ "52": "gifts_and_donations/charity",
65
+ "53": "gifts_and_donations/gifts",
66
+ "54": "health_and_fitness",
67
+ "55": "health_and_fitness/doctor",
68
+ "56": "health_and_fitness/personal_care",
69
+ "57": "health_and_fitness/pharmacy",
70
+ "58": "health_and_fitness/sports",
71
+ "59": "health_and_fitness/wellness",
72
+ "60": "home",
73
+ "61": "home/home_improvement",
74
+ "62": "home/home_services",
75
+ "63": "home/home_supplies",
76
+ "64": "home/mortgage",
77
+ "65": "home/mortgage_and_rent",
78
+ "66": "home/rent",
79
+ "67": "income",
80
+ "68": "income/bonus",
81
+ "69": "income/child_support",
82
+ "70": "income/government",
83
+ "71": "income/investment_income",
84
+ "72": "income/paycheck",
85
+ "73": "income/pension",
86
+ "74": "insurance",
87
+ "75": "insurance/car_insurance",
88
+ "76": "insurance/health_insurance",
89
+ "77": "insurance/life_insurance",
90
+ "78": "insurance/property_insurance",
91
+ "79": "kids",
92
+ "80": "kids/baby_supplies",
93
+ "81": "kids/babysitter_and_daycare",
94
+ "82": "kids/toys",
95
+ "83": "pets",
96
+ "84": "pets/pet_food_and_supplies",
97
+ "85": "pets/pet_grooming",
98
+ "86": "pets/veterinary",
99
+ "87": "shopping",
100
+ "88": "shopping/clothing",
101
+ "89": "shopping/electronics_and_software",
102
+ "90": "shopping/sporting_goods",
103
+ "91": "transfer",
104
+ "92": "transfer/atm",
105
+ "93": "transfer/credit_card",
106
+ "94": "transfer/email",
107
+ "95": "transfer/wire",
108
+ "96": "travel",
109
+ "97": "travel/hotel",
110
+ "98": "travel/transportation",
111
+ "99": "travel/vacation"
112
+ },
113
+ "initializer_range": 0.02,
114
+ "max_position_embeddings": 512,
115
+ "model_type": "distilbert",
116
+ "n_heads": 12,
117
+ "n_layers": 6,
118
+ "output_past": true,
119
+ "pad_token_id": 0,
120
+ "problem_type": "single_label_classification",
121
+ "qa_dropout": 0.1,
122
+ "seq_classif_dropout": 0.2,
123
+ "sinusoidal_pos_embds": false,
124
+ "tie_weights_": true,
125
+ "torch_dtype": "float32",
126
+ "transformers_version": "4.43.3",
127
+ "vocab_size": 119547
128
+ }
logs/events.out.tfevents.1724327168.pop-os.871638.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ccd3472388752d73391005ee4558fed7bd2ca5db725e7326c93b9c481158a32
3
+ size 1415774
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1981a2dc0f4389afdf6885bb82307ff4d4c49cfcde278b39f114d079eeae3759
3
+ size 541618840
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ca00190838d470e8c430551b2c6a9e3cf678f074753e15eaa699f7b19c57fe0
3
+ size 5240