Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +159 -0
- pytorch_model.bin +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,159 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "irfanamal/bert-base-uncased-finetuned-amazonreviews",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForChainClassification1"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "meat poultry",
|
| 14 |
+
"1": "games",
|
| 15 |
+
"2": "puzzles",
|
| 16 |
+
"3": "beverages",
|
| 17 |
+
"4": "makeup",
|
| 18 |
+
"5": "arts crafts",
|
| 19 |
+
"6": "action toy figures",
|
| 20 |
+
"7": "dolls accessories",
|
| 21 |
+
"8": "baby toddler toys",
|
| 22 |
+
"9": "personal care",
|
| 23 |
+
"10": "nutrition wellness",
|
| 24 |
+
"11": "learning education",
|
| 25 |
+
"12": "electronics for kids",
|
| 26 |
+
"13": "household supplies",
|
| 27 |
+
"14": "stuffed animals plush",
|
| 28 |
+
"15": "tricycles",
|
| 29 |
+
"16": "health care",
|
| 30 |
+
"17": "gear",
|
| 31 |
+
"18": "skin care",
|
| 32 |
+
"19": "grown up toys",
|
| 33 |
+
"20": "dress up pretend play",
|
| 34 |
+
"21": "novelty gag toys",
|
| 35 |
+
"22": "bath body",
|
| 36 |
+
"23": "tools accessories",
|
| 37 |
+
"24": "hair care",
|
| 38 |
+
"25": "medical supplies equipment",
|
| 39 |
+
"26": "baby child care",
|
| 40 |
+
"27": "building toys",
|
| 41 |
+
"28": "gifts",
|
| 42 |
+
"29": "sexual wellness",
|
| 43 |
+
"30": "sports outdoor play",
|
| 44 |
+
"31": "hobbies",
|
| 45 |
+
"32": "feeding",
|
| 46 |
+
"33": "diapering",
|
| 47 |
+
"34": "safety",
|
| 48 |
+
"35": "nursery",
|
| 49 |
+
"36": "bathing skin care",
|
| 50 |
+
"37": "vehicles remote control",
|
| 51 |
+
"38": "car seats accessories",
|
| 52 |
+
"39": "strollers",
|
| 53 |
+
"40": "pregnancy maternity",
|
| 54 |
+
"41": "cats",
|
| 55 |
+
"42": "potty training",
|
| 56 |
+
"43": "dogs",
|
| 57 |
+
"44": "gourmet gifts",
|
| 58 |
+
"45": "sauces dips",
|
| 59 |
+
"46": "breakfast foods",
|
| 60 |
+
"47": "pantry staples",
|
| 61 |
+
"48": "fragrance",
|
| 62 |
+
"49": "fresh flowers live indoor plants",
|
| 63 |
+
"50": "breads bakery",
|
| 64 |
+
"51": "candy chocolate",
|
| 65 |
+
"52": "cooking baking supplies",
|
| 66 |
+
"53": "snack food",
|
| 67 |
+
"54": "meat seafood",
|
| 68 |
+
"55": "herbs",
|
| 69 |
+
"56": "baby food",
|
| 70 |
+
"57": "fish aquatic pets",
|
| 71 |
+
"58": "small animals",
|
| 72 |
+
"59": "dairy eggs",
|
| 73 |
+
"60": "birds",
|
| 74 |
+
"61": "produce",
|
| 75 |
+
"62": "health baby care",
|
| 76 |
+
"63": "bunny rabbit central"
|
| 77 |
+
},
|
| 78 |
+
"initializer_range": 0.02,
|
| 79 |
+
"intermediate_size": 3072,
|
| 80 |
+
"label2id": {
|
| 81 |
+
"action toy figures": 6,
|
| 82 |
+
"arts crafts": 5,
|
| 83 |
+
"baby child care": 26,
|
| 84 |
+
"baby food": 56,
|
| 85 |
+
"baby toddler toys": 8,
|
| 86 |
+
"bath body": 22,
|
| 87 |
+
"bathing skin care": 36,
|
| 88 |
+
"beverages": 3,
|
| 89 |
+
"birds": 60,
|
| 90 |
+
"breads bakery": 50,
|
| 91 |
+
"breakfast foods": 46,
|
| 92 |
+
"building toys": 27,
|
| 93 |
+
"bunny rabbit central": 63,
|
| 94 |
+
"candy chocolate": 51,
|
| 95 |
+
"car seats accessories": 38,
|
| 96 |
+
"cats": 41,
|
| 97 |
+
"cooking baking supplies": 52,
|
| 98 |
+
"dairy eggs": 59,
|
| 99 |
+
"diapering": 33,
|
| 100 |
+
"dogs": 43,
|
| 101 |
+
"dolls accessories": 7,
|
| 102 |
+
"dress up pretend play": 20,
|
| 103 |
+
"electronics for kids": 12,
|
| 104 |
+
"feeding": 32,
|
| 105 |
+
"fish aquatic pets": 57,
|
| 106 |
+
"fragrance": 48,
|
| 107 |
+
"fresh flowers live indoor plants": 49,
|
| 108 |
+
"games": 1,
|
| 109 |
+
"gear": 17,
|
| 110 |
+
"gifts": 28,
|
| 111 |
+
"gourmet gifts": 44,
|
| 112 |
+
"grown up toys": 19,
|
| 113 |
+
"hair care": 24,
|
| 114 |
+
"health baby care": 62,
|
| 115 |
+
"health care": 16,
|
| 116 |
+
"herbs": 55,
|
| 117 |
+
"hobbies": 31,
|
| 118 |
+
"household supplies": 13,
|
| 119 |
+
"learning education": 11,
|
| 120 |
+
"makeup": 4,
|
| 121 |
+
"meat poultry": 0,
|
| 122 |
+
"meat seafood": 54,
|
| 123 |
+
"medical supplies equipment": 25,
|
| 124 |
+
"novelty gag toys": 21,
|
| 125 |
+
"nursery": 35,
|
| 126 |
+
"nutrition wellness": 10,
|
| 127 |
+
"pantry staples": 47,
|
| 128 |
+
"personal care": 9,
|
| 129 |
+
"potty training": 42,
|
| 130 |
+
"pregnancy maternity": 40,
|
| 131 |
+
"produce": 61,
|
| 132 |
+
"puzzles": 2,
|
| 133 |
+
"safety": 34,
|
| 134 |
+
"sauces dips": 45,
|
| 135 |
+
"sexual wellness": 29,
|
| 136 |
+
"skin care": 18,
|
| 137 |
+
"small animals": 58,
|
| 138 |
+
"snack food": 53,
|
| 139 |
+
"sports outdoor play": 30,
|
| 140 |
+
"strollers": 39,
|
| 141 |
+
"stuffed animals plush": 14,
|
| 142 |
+
"tools accessories": 23,
|
| 143 |
+
"tricycles": 15,
|
| 144 |
+
"vehicles remote control": 37
|
| 145 |
+
},
|
| 146 |
+
"layer_norm_eps": 1e-12,
|
| 147 |
+
"max_position_embeddings": 512,
|
| 148 |
+
"model_type": "bert",
|
| 149 |
+
"num_attention_heads": 12,
|
| 150 |
+
"num_hidden_layers": 12,
|
| 151 |
+
"pad_token_id": 0,
|
| 152 |
+
"position_embedding_type": "absolute",
|
| 153 |
+
"problem_type": "single_label_classification",
|
| 154 |
+
"torch_dtype": "float32",
|
| 155 |
+
"transformers_version": "4.29.2",
|
| 156 |
+
"type_vocab_size": 2,
|
| 157 |
+
"use_cache": true,
|
| 158 |
+
"vocab_size": 30522
|
| 159 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f545769bb8e20df8ab6a8b83e7fd666c811294d9caf8faecb7ccfd06a634ee64
|
| 3 |
+
size 438198901
|
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 |
+
"clean_up_tokenization_spaces": true,
|
| 3 |
+
"cls_token": "[CLS]",
|
| 4 |
+
"do_lower_case": true,
|
| 5 |
+
"mask_token": "[MASK]",
|
| 6 |
+
"model_max_length": 512,
|
| 7 |
+
"pad_token": "[PAD]",
|
| 8 |
+
"sep_token": "[SEP]",
|
| 9 |
+
"strip_accents": null,
|
| 10 |
+
"tokenize_chinese_chars": true,
|
| 11 |
+
"tokenizer_class": "BertTokenizer",
|
| 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:4fef9212271b1193d7b75b785764a94d92b17f63311f4175d615468cfb68afb8
|
| 3 |
+
size 3963
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|