Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +115 -0
- pytorch_model.bin +3 -0
- runs/Apr04_08-52-31_4d1e9b7809b1/1680598364.1408124/events.out.tfevents.1680598364.4d1e9b7809b1.199.1 +3 -0
- runs/Apr04_08-52-31_4d1e9b7809b1/events.out.tfevents.1680598364.4d1e9b7809b1.199.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +13 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased",
|
| 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": "Beauty & Care",
|
| 13 |
+
"1": "Books & Stationery",
|
| 14 |
+
"2": "Business Expense",
|
| 15 |
+
"3": "Car Loan",
|
| 16 |
+
"4": "Cash Withdrawal",
|
| 17 |
+
"5": "Credit Card",
|
| 18 |
+
"6": "Dentist",
|
| 19 |
+
"7": "Donation & Social",
|
| 20 |
+
"8": "Education",
|
| 21 |
+
"9": "Electricity & Water Bills",
|
| 22 |
+
"10": "Entertainment",
|
| 23 |
+
"11": "Eye Care",
|
| 24 |
+
"12": "Family",
|
| 25 |
+
"13": "Fashion",
|
| 26 |
+
"14": "Fees & Charges",
|
| 27 |
+
"15": "Food & Drink",
|
| 28 |
+
"16": "Gadget & Electronics",
|
| 29 |
+
"17": "Gas & Fuel",
|
| 30 |
+
"18": "Gifts",
|
| 31 |
+
"19": "Groceries & General",
|
| 32 |
+
"20": "Health & Medical",
|
| 33 |
+
"21": "Home / Rent",
|
| 34 |
+
"22": "Home Loan",
|
| 35 |
+
"23": "Household Tools",
|
| 36 |
+
"24": "Insurance",
|
| 37 |
+
"25": "Investment",
|
| 38 |
+
"26": "Kids",
|
| 39 |
+
"27": "Laundry",
|
| 40 |
+
"28": "Loan",
|
| 41 |
+
"29": "Pets",
|
| 42 |
+
"30": "Printshop",
|
| 43 |
+
"31": "Public Transport",
|
| 44 |
+
"32": "Service & Auto Parts",
|
| 45 |
+
"33": "Services Needs",
|
| 46 |
+
"34": "Shipping",
|
| 47 |
+
"35": "Shopping",
|
| 48 |
+
"36": "Sports",
|
| 49 |
+
"37": "Subscription",
|
| 50 |
+
"38": "Taxes",
|
| 51 |
+
"39": "Telephone & Internet",
|
| 52 |
+
"40": "Top Up",
|
| 53 |
+
"41": "Transport",
|
| 54 |
+
"42": "Travel"
|
| 55 |
+
},
|
| 56 |
+
"initializer_range": 0.02,
|
| 57 |
+
"label2id": {
|
| 58 |
+
"Beauty & Care": 0,
|
| 59 |
+
"Books & Stationery": 1,
|
| 60 |
+
"Business Expense": 2,
|
| 61 |
+
"Car Loan": 3,
|
| 62 |
+
"Cash Withdrawal": 4,
|
| 63 |
+
"Credit Card": 5,
|
| 64 |
+
"Dentist": 6,
|
| 65 |
+
"Donation & Social": 7,
|
| 66 |
+
"Education": 8,
|
| 67 |
+
"Electricity & Water Bills": 9,
|
| 68 |
+
"Entertainment": 10,
|
| 69 |
+
"Eye Care": 11,
|
| 70 |
+
"Family": 12,
|
| 71 |
+
"Fashion": 13,
|
| 72 |
+
"Fees & Charges": 14,
|
| 73 |
+
"Food & Drink": 15,
|
| 74 |
+
"Gadget & Electronics": 16,
|
| 75 |
+
"Gas & Fuel": 17,
|
| 76 |
+
"Gifts": 18,
|
| 77 |
+
"Groceries & General": 19,
|
| 78 |
+
"Health & Medical": 20,
|
| 79 |
+
"Home / Rent": 21,
|
| 80 |
+
"Home Loan": 22,
|
| 81 |
+
"Household Tools": 23,
|
| 82 |
+
"Insurance": 24,
|
| 83 |
+
"Investment": 25,
|
| 84 |
+
"Kids": 26,
|
| 85 |
+
"Laundry": 27,
|
| 86 |
+
"Loan": 28,
|
| 87 |
+
"Pets": 29,
|
| 88 |
+
"Printshop": 30,
|
| 89 |
+
"Public Transport": 31,
|
| 90 |
+
"Service & Auto Parts": 32,
|
| 91 |
+
"Services Needs": 33,
|
| 92 |
+
"Shipping": 34,
|
| 93 |
+
"Shopping": 35,
|
| 94 |
+
"Sports": 36,
|
| 95 |
+
"Subscription": 37,
|
| 96 |
+
"Taxes": 38,
|
| 97 |
+
"Telephone & Internet": 39,
|
| 98 |
+
"Top Up": 40,
|
| 99 |
+
"Transport": 41,
|
| 100 |
+
"Travel": 42
|
| 101 |
+
},
|
| 102 |
+
"max_position_embeddings": 512,
|
| 103 |
+
"model_type": "distilbert",
|
| 104 |
+
"n_heads": 12,
|
| 105 |
+
"n_layers": 6,
|
| 106 |
+
"pad_token_id": 0,
|
| 107 |
+
"problem_type": "single_label_classification",
|
| 108 |
+
"qa_dropout": 0.1,
|
| 109 |
+
"seq_classif_dropout": 0.2,
|
| 110 |
+
"sinusoidal_pos_embds": false,
|
| 111 |
+
"tie_weights_": true,
|
| 112 |
+
"torch_dtype": "float32",
|
| 113 |
+
"transformers_version": "4.27.4",
|
| 114 |
+
"vocab_size": 30522
|
| 115 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:044905161e487bb8e98047f2538d92a5ff55204cbe5c9899edbdda3ff4e3d6b6
|
| 3 |
+
size 267981613
|
runs/Apr04_08-52-31_4d1e9b7809b1/1680598364.1408124/events.out.tfevents.1680598364.4d1e9b7809b1.199.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f80341dce2e626463abba3c04a54e73344af42efca98ac4c66ddb37fb14b1d20
|
| 3 |
+
size 5853
|
runs/Apr04_08-52-31_4d1e9b7809b1/events.out.tfevents.1680598364.4d1e9b7809b1.199.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b3f50b058e430f10b310ec2fec0715462dad7396e91afea8715ee9a87d3dcec
|
| 3 |
+
size 6564
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"mask_token": "[MASK]",
|
| 4 |
+
"pad_token": "[PAD]",
|
| 5 |
+
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
| 7 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"do_lower_case": true,
|
| 4 |
+
"mask_token": "[MASK]",
|
| 5 |
+
"model_max_length": 512,
|
| 6 |
+
"pad_token": "[PAD]",
|
| 7 |
+
"sep_token": "[SEP]",
|
| 8 |
+
"special_tokens_map_file": null,
|
| 9 |
+
"strip_accents": null,
|
| 10 |
+
"tokenize_chinese_chars": true,
|
| 11 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 12 |
+
"unk_token": "[UNK]"
|
| 13 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ccbf0f4a331f0449b7470165ae8cc7d5b42fee61b12acf5ada9d833761c7df9
|
| 3 |
+
size 3579
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|