theunmans commited on
Commit
0216bbc
1 Parent(s): fb8ad99

Model save

Browse files
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.8622
22
- - Accuracy: 0.7214
23
- - F1: 0.7360
24
 
25
  ## Model description
26
 
@@ -50,13 +50,13 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
- | 1.9352 | 1.0 | 53 | 1.9292 | 0.2286 | 0.1424 |
56
- | 1.7661 | 2.0 | 106 | 1.6808 | 0.4 | 0.3464 |
57
- | 1.5131 | 3.0 | 159 | 1.4096 | 0.6357 | 0.6419 |
58
- | 0.9411 | 4.0 | 212 | 1.0246 | 0.6714 | 0.6749 |
59
- | 0.5521 | 5.0 | 265 | 0.8622 | 0.7214 | 0.7360 |
60
 
61
 
62
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.7899
22
+ - Accuracy: 0.8078
23
+ - F1: 0.8069
24
 
25
  ## Model description
26
 
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|:------:|
55
+ | 0.6237 | 1.0 | 65741 | 0.8881 | 0.7796 | 0.7739 |
56
+ | 1.3107 | 2.0 | 131482 | 0.8164 | 0.7995 | 0.7953 |
57
+ | 0.8264 | 3.0 | 197223 | 0.7899 | 0.8078 | 0.8069 |
58
+ | 0.4175 | 4.0 | 262964 | 0.8556 | 0.8130 | 0.8116 |
59
+ | 0.3076 | 5.0 | 328705 | 0.9789 | 0.8127 | 0.8116 |
60
 
61
 
62
  ### Framework versions
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_accuracy": 0.8077568110254187,
4
+ "eval_f1": 0.8068614260807857,
5
+ "eval_loss": 0.789943277835846,
6
+ "eval_runtime": 238.3634,
7
+ "eval_samples_per_second": 735.448,
8
+ "eval_steps_per_second": 91.931
9
+ }
config.json CHANGED
@@ -9,13 +9,106 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "fees_and_charges",
13
- "1": "fees_and_charges/loans",
14
- "2": "fees_and_charges/loans/payday",
15
- "3": "fees_and_charges/service_fee",
16
- "4": "income/paycheck",
17
- "5": "transfer",
18
- "6": "transfer/email"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  },
20
  "initializer_range": 0.02,
21
  "max_position_embeddings": 512,
 
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,
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "eval_accuracy": 0.8077568110254187,
4
+ "eval_f1": 0.8068614260807857,
5
+ "eval_loss": 0.789943277835846,
6
+ "eval_runtime": 238.3634,
7
+ "eval_samples_per_second": 735.448,
8
+ "eval_steps_per_second": 91.931
9
+ }
logs/events.out.tfevents.1722942262.pop-os.3585575.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe02832e9c4f5a59cc72627f72038e26bff2eb087859a6fc522838259c9875d2
3
- size 457
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee4f22368f718c805c2d97028dc11ec8a33d1dedd4c61067ac9dd2997e076db3
3
+ size 13893
logs/events.out.tfevents.1722944581.pop-os.3585575.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cf396faa53c79a92adab13ebc67eabba9d22dc31f7eac5b2fa6307cc24c2346
3
+ size 457
logs/events.out.tfevents.1723453114.pop-os.3800496.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50888ac088513823e93d22e3835d0c7ca9f98142bedda5af2fc56f3a91316d6f
3
+ size 7071208
logs/events.out.tfevents.1723473977.pop-os.3800496.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f38517ff974dc70c9e53cd312510e0bcd6375975ebe161c8d93d7327ed68a840
3
+ size 464
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54a75b737029f65b0c4fecf0a696b9ee9b2198682b0e4c27f12e41138b631775
3
- size 267847948
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f2b04ddab86585885edb924bd6d85a186084e3fed37fb103d7e096052f8325c
3
+ size 268134024