cnicu commited on
Commit
d060925
1 Parent(s): 2a697cf

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "All Electronics",
13
+ "1": "Amazon Fashion",
14
+ "2": "Amazon Home",
15
+ "3": "Arts, Crafts & Sewing",
16
+ "4": "Automotive",
17
+ "5": "Books",
18
+ "6": "Camera & Photo",
19
+ "7": "Cell Phones & Accessories",
20
+ "8": "Computers",
21
+ "9": "Digital Music",
22
+ "10": "Grocery",
23
+ "11": "Health & Personal Care",
24
+ "12": "Home Audio & Theater",
25
+ "13": "Industrial & Scientific",
26
+ "14": "Movies & TV",
27
+ "15": "Musical Instruments",
28
+ "16": "Office Products",
29
+ "17": "Pet Supplies",
30
+ "18": "Sports & Outdoors",
31
+ "19": "Tools & Home Improvement",
32
+ "20": "Toys & Games",
33
+ "21": "Video Games"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "label2id": {
37
+ "All Electronics": 0,
38
+ "Amazon Fashion": 1,
39
+ "Amazon Home": 2,
40
+ "Arts, Crafts & Sewing": 3,
41
+ "Automotive": 4,
42
+ "Books": 5,
43
+ "Camera & Photo": 6,
44
+ "Cell Phones & Accessories": 7,
45
+ "Computers": 8,
46
+ "Digital Music": 9,
47
+ "Grocery": 10,
48
+ "Health & Personal Care": 11,
49
+ "Home Audio & Theater": 12,
50
+ "Industrial & Scientific": 13,
51
+ "Movies & TV": 14,
52
+ "Musical Instruments": 15,
53
+ "Office Products": 16,
54
+ "Pet Supplies": 17,
55
+ "Sports & Outdoors": 18,
56
+ "Tools & Home Improvement": 19,
57
+ "Toys & Games": 20,
58
+ "Video Games": 21
59
+ },
60
+ "max_position_embeddings": 512,
61
+ "model_type": "distilbert",
62
+ "n_heads": 12,
63
+ "n_layers": 6,
64
+ "pad_token_id": 0,
65
+ "problem_type": "single_label_classification",
66
+ "qa_dropout": 0.1,
67
+ "seq_classif_dropout": 0.2,
68
+ "sinusoidal_pos_embds": false,
69
+ "tie_weights_": true,
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.28.0",
72
+ "vocab_size": 30522
73
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66c9808cff78096d023663c834d0eaafc631348452c67c4967f511c683f4390b
3
+ size 267917037
runs/Apr14_10-23-53_e6ed3de9acba/1681467846.2681003/events.out.tfevents.1681467846.e6ed3de9acba.216.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83809d8131375054e4b055fd5b4541ea5d57c7b41b8c1e309921ca1ef04e1a6c
3
+ size 5871
runs/Apr14_10-23-53_e6ed3de9acba/events.out.tfevents.1681467846.e6ed3de9acba.216.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9102b41fd783ab8d23243d19251361f6c135da8e8e3907a76bb8d32d58092f5
3
+ size 5128
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": "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:8cfeea5038bdc40f46662ab72af84aa80b66575c40da37ec6a6b93d8e82bb587
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff