Training in progress, epoch 1
Browse files
config.json
CHANGED
|
@@ -9,63 +9,63 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
-
"7": "
|
| 20 |
-
"8": "
|
| 21 |
-
"9": "
|
| 22 |
-
"10": "
|
| 23 |
-
"11": "
|
| 24 |
-
"12": "
|
| 25 |
-
"13": "
|
| 26 |
-
"14": "
|
| 27 |
-
"15": "
|
| 28 |
-
"16": "
|
| 29 |
-
"17": "
|
| 30 |
-
"18": "
|
| 31 |
"19": "Jewellery",
|
| 32 |
-
"20": "
|
| 33 |
-
"21": "
|
| 34 |
-
"22": "
|
| 35 |
-
"23": "
|
| 36 |
-
"24": "
|
| 37 |
-
"25": "
|
| 38 |
-
"26": "
|
| 39 |
},
|
| 40 |
"initializer_range": 0.02,
|
| 41 |
"label2id": {
|
| 42 |
-
"Accessories":
|
| 43 |
-
"Apparel Set":
|
| 44 |
-
"Bags":
|
| 45 |
-
"Belts":
|
| 46 |
-
"Bottomwear":
|
| 47 |
-
"Cufflinks":
|
| 48 |
-
"Dress":
|
| 49 |
-
"Eyewear":
|
| 50 |
-
"Flip Flops":
|
| 51 |
-
"Fragrance":
|
| 52 |
-
"Free Gifts":
|
| 53 |
-
"Headwear":
|
| 54 |
-
"Innerwear":
|
| 55 |
"Jewellery": 19,
|
| 56 |
-
"Lips":
|
| 57 |
-
"Loungewear and Nightwear":
|
| 58 |
-
"Makeup":
|
| 59 |
-
"Nails":
|
| 60 |
-
"Sandal":
|
| 61 |
-
"Saree":
|
| 62 |
-
"Scarves":
|
| 63 |
-
"Shoes":
|
| 64 |
-
"Socks":
|
| 65 |
-
"Ties":
|
| 66 |
-
"Topwear":
|
| 67 |
-
"Wallets":
|
| 68 |
-
"Watches":
|
| 69 |
},
|
| 70 |
"max_position_embeddings": 512,
|
| 71 |
"model_type": "distilbert",
|
|
@@ -78,6 +78,6 @@
|
|
| 78 |
"sinusoidal_pos_embds": false,
|
| 79 |
"tie_weights_": true,
|
| 80 |
"torch_dtype": "float32",
|
| 81 |
-
"transformers_version": "4.
|
| 82 |
"vocab_size": 30522
|
| 83 |
}
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Headwear",
|
| 13 |
+
"1": "Topwear",
|
| 14 |
+
"2": "Accessories",
|
| 15 |
+
"3": "Cufflinks",
|
| 16 |
+
"4": "Free Gifts",
|
| 17 |
+
"5": "Apparel Set",
|
| 18 |
+
"6": "Watches",
|
| 19 |
+
"7": "Bottomwear",
|
| 20 |
+
"8": "Eyewear",
|
| 21 |
+
"9": "Lips",
|
| 22 |
+
"10": "Innerwear",
|
| 23 |
+
"11": "Ties",
|
| 24 |
+
"12": "Wallets",
|
| 25 |
+
"13": "Nails",
|
| 26 |
+
"14": "Loungewear and Nightwear",
|
| 27 |
+
"15": "Dress",
|
| 28 |
+
"16": "Fragrance",
|
| 29 |
+
"17": "Bags",
|
| 30 |
+
"18": "Socks",
|
| 31 |
"19": "Jewellery",
|
| 32 |
+
"20": "Makeup",
|
| 33 |
+
"21": "Scarves",
|
| 34 |
+
"22": "Flip Flops",
|
| 35 |
+
"23": "Sandal",
|
| 36 |
+
"24": "Saree",
|
| 37 |
+
"25": "Belts",
|
| 38 |
+
"26": "Shoes"
|
| 39 |
},
|
| 40 |
"initializer_range": 0.02,
|
| 41 |
"label2id": {
|
| 42 |
+
"Accessories": 2,
|
| 43 |
+
"Apparel Set": 5,
|
| 44 |
+
"Bags": 17,
|
| 45 |
+
"Belts": 25,
|
| 46 |
+
"Bottomwear": 7,
|
| 47 |
+
"Cufflinks": 3,
|
| 48 |
+
"Dress": 15,
|
| 49 |
+
"Eyewear": 8,
|
| 50 |
+
"Flip Flops": 22,
|
| 51 |
+
"Fragrance": 16,
|
| 52 |
+
"Free Gifts": 4,
|
| 53 |
+
"Headwear": 0,
|
| 54 |
+
"Innerwear": 10,
|
| 55 |
"Jewellery": 19,
|
| 56 |
+
"Lips": 9,
|
| 57 |
+
"Loungewear and Nightwear": 14,
|
| 58 |
+
"Makeup": 20,
|
| 59 |
+
"Nails": 13,
|
| 60 |
+
"Sandal": 23,
|
| 61 |
+
"Saree": 24,
|
| 62 |
+
"Scarves": 21,
|
| 63 |
+
"Shoes": 26,
|
| 64 |
+
"Socks": 18,
|
| 65 |
+
"Ties": 11,
|
| 66 |
+
"Topwear": 1,
|
| 67 |
+
"Wallets": 12,
|
| 68 |
+
"Watches": 6
|
| 69 |
},
|
| 70 |
"max_position_embeddings": 512,
|
| 71 |
"model_type": "distilbert",
|
|
|
|
| 78 |
"sinusoidal_pos_embds": false,
|
| 79 |
"tie_weights_": true,
|
| 80 |
"torch_dtype": "float32",
|
| 81 |
+
"transformers_version": "4.28.0",
|
| 82 |
"vocab_size": 30522
|
| 83 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b77a7cc74cccc627cc73a21a365f64f3c9d740f703bfcd4dd05e7f6d3edf0c7b
|
| 3 |
+
size 267932397
|
runs/Apr14_01-21-10_64fd5b3c4dd7/1681435336.0033078/events.out.tfevents.1681435336.64fd5b3c4dd7.485.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:106a8d4431394440c727543d43e80ad3220a81b1ef6ff6113e595ac6de7c6527
|
| 3 |
+
size 5870
|
runs/Apr14_01-21-10_64fd5b3c4dd7/events.out.tfevents.1681435335.64fd5b3c4dd7.485.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd65abbc0c6e4a525fff9a94b14b4555d262e6c0a8bb17011a62917c2f7b8c32
|
| 3 |
+
size 5963
|
tokenizer_config.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 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",
|
|
|
|
| 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": "DistilBertTokenizer",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d90055071defb238ba3bba668513803588100c9c00c11b7b9a41e862690e8c68
|
| 3 |
size 3579
|