ravi259 commited on
Commit
94b8066
·
verified ·
1 Parent(s): 50bc06a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/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
+ "Arts, Crafts & Sewing ": 0,
13
+ "Automotive ": 1,
14
+ "Baby Products ": 2,
15
+ "Beauty & Personal Care ": 3,
16
+ "Cell Phones & Accessories ": 4,
17
+ "Clothing, Shoes & Jewelry ": 5,
18
+ "Electronics ": 6,
19
+ "Grocery & Gourmet Food ": 7,
20
+ "Health & Household ": 8,
21
+ "Hobbies ": 9,
22
+ "Home & Kitchen ": 10,
23
+ "Industrial & Scientific ": 11,
24
+ "Movies & TV ": 12,
25
+ "Musical Instruments ": 13,
26
+ "Office Products ": 14,
27
+ "Patio, Lawn & Garden ": 15,
28
+ "Pet Supplies ": 16,
29
+ "Remote & App Controlled Vehicle Parts ": 17,
30
+ "Remote & App Controlled Vehicles & Parts ": 18,
31
+ "Sports & Outdoors ": 19,
32
+ "Tools & Home Improvement ": 20,
33
+ "Toys & Games ": 21,
34
+ "Video Games ": 22
35
+ },
36
+ "initializer_range": 0.02,
37
+ "label2id": {
38
+ "0": "Arts, Crafts & Sewing ",
39
+ "1": "Automotive ",
40
+ "2": "Baby Products ",
41
+ "3": "Beauty & Personal Care ",
42
+ "4": "Cell Phones & Accessories ",
43
+ "5": "Clothing, Shoes & Jewelry ",
44
+ "6": "Electronics ",
45
+ "7": "Grocery & Gourmet Food ",
46
+ "8": "Health & Household ",
47
+ "9": "Hobbies ",
48
+ "10": "Home & Kitchen ",
49
+ "11": "Industrial & Scientific ",
50
+ "12": "Movies & TV ",
51
+ "13": "Musical Instruments ",
52
+ "14": "Office Products ",
53
+ "15": "Patio, Lawn & Garden ",
54
+ "16": "Pet Supplies ",
55
+ "17": "Remote & App Controlled Vehicle Parts ",
56
+ "18": "Remote & App Controlled Vehicles & Parts ",
57
+ "19": "Sports & Outdoors ",
58
+ "20": "Tools & Home Improvement ",
59
+ "21": "Toys & Games ",
60
+ "22": "Video Games "
61
+ },
62
+ "max_position_embeddings": 512,
63
+ "model_type": "distilbert",
64
+ "n_heads": 12,
65
+ "n_layers": 6,
66
+ "pad_token_id": 0,
67
+ "problem_type": "single_label_classification",
68
+ "qa_dropout": 0.1,
69
+ "seq_classif_dropout": 0.2,
70
+ "sinusoidal_pos_embds": false,
71
+ "tie_weights_": true,
72
+ "torch_dtype": "float32",
73
+ "transformers_version": "4.48.3",
74
+ "vocab_size": 30522
75
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e3b83cdcd126fdfd6dfcd65f5098217afef14672e3e400b1895fe0c33c45d4c
3
+ size 267897164
runs/Feb24_02-11-49_e384e3d6d9bf/events.out.tfevents.1740363112.e384e3d6d9bf.3261.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0afa99549d37f0084d972be1cbcca8583c2cb13e3afbd924f91ef68ddac68207
3
+ size 7069
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,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cc674cdf95a0125ef9ebc0937a62a6fc971fe25c291d79639a19d269499d573
3
+ size 5368
vocab.txt ADDED
The diff for this file is too large to render. See raw diff