akashmaggon commited on
Commit
61f3e38
1 Parent(s): f6bcc8a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ARTS",
13
+ "1": "ARTS & CULTURE",
14
+ "2": "BLACK VOICES",
15
+ "3": "BUSINESS",
16
+ "4": "COLLEGE",
17
+ "5": "COMEDY",
18
+ "6": "CRIME",
19
+ "7": "CULTURE & ARTS",
20
+ "8": "DIVORCE",
21
+ "9": "EDUCATION",
22
+ "10": "ENTERTAINMENT",
23
+ "11": "ENVIRONMENT",
24
+ "12": "FIFTY",
25
+ "13": "FOOD & DRINK",
26
+ "14": "GOOD NEWS",
27
+ "15": "GREEN",
28
+ "16": "HEALTHY LIVING",
29
+ "17": "HOME & LIVING",
30
+ "18": "IMPACT",
31
+ "19": "LATINO VOICES",
32
+ "20": "MEDIA",
33
+ "21": "MONEY",
34
+ "22": "PARENTING",
35
+ "23": "PARENTS",
36
+ "24": "POLITICS",
37
+ "25": "QUEER VOICES",
38
+ "26": "RELIGION",
39
+ "27": "SCIENCE",
40
+ "28": "SPORTS",
41
+ "29": "STYLE",
42
+ "30": "STYLE & BEAUTY",
43
+ "31": "TASTE",
44
+ "32": "TECH",
45
+ "33": "THE WORLDPOST",
46
+ "34": "TRAVEL",
47
+ "35": "U.S. NEWS",
48
+ "36": "WEDDINGS",
49
+ "37": "WEIRD NEWS",
50
+ "38": "WELLNESS",
51
+ "39": "WOMEN",
52
+ "40": "WORLD NEWS",
53
+ "41": "WORLDPOST"
54
+ },
55
+ "initializer_range": 0.02,
56
+ "label2id": {
57
+ "ARTS": 0,
58
+ "ARTS & CULTURE": 1,
59
+ "BLACK VOICES": 2,
60
+ "BUSINESS": 3,
61
+ "COLLEGE": 4,
62
+ "COMEDY": 5,
63
+ "CRIME": 6,
64
+ "CULTURE & ARTS": 7,
65
+ "DIVORCE": 8,
66
+ "EDUCATION": 9,
67
+ "ENTERTAINMENT": 10,
68
+ "ENVIRONMENT": 11,
69
+ "FIFTY": 12,
70
+ "FOOD & DRINK": 13,
71
+ "GOOD NEWS": 14,
72
+ "GREEN": 15,
73
+ "HEALTHY LIVING": 16,
74
+ "HOME & LIVING": 17,
75
+ "IMPACT": 18,
76
+ "LATINO VOICES": 19,
77
+ "MEDIA": 20,
78
+ "MONEY": 21,
79
+ "PARENTING": 22,
80
+ "PARENTS": 23,
81
+ "POLITICS": 24,
82
+ "QUEER VOICES": 25,
83
+ "RELIGION": 26,
84
+ "SCIENCE": 27,
85
+ "SPORTS": 28,
86
+ "STYLE": 29,
87
+ "STYLE & BEAUTY": 30,
88
+ "TASTE": 31,
89
+ "TECH": 32,
90
+ "THE WORLDPOST": 33,
91
+ "TRAVEL": 34,
92
+ "U.S. NEWS": 35,
93
+ "WEDDINGS": 36,
94
+ "WEIRD NEWS": 37,
95
+ "WELLNESS": 38,
96
+ "WOMEN": 39,
97
+ "WORLD NEWS": 40,
98
+ "WORLDPOST": 41
99
+ },
100
+ "max_position_embeddings": 512,
101
+ "model_type": "distilbert",
102
+ "n_heads": 12,
103
+ "n_layers": 6,
104
+ "pad_token_id": 0,
105
+ "qa_dropout": 0.1,
106
+ "seq_classif_dropout": 0.2,
107
+ "sinusoidal_pos_embds": false,
108
+ "tie_weights_": true,
109
+ "torch_dtype": "float32",
110
+ "transformers_version": "4.42.4",
111
+ "vocab_size": 30522
112
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cf667010d772633c22b3ba1b7a5a9373e69b999f63f43de3bcd41e6a31f3223
3
+ size 267955616
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91e72202afc6740600bf79ec2f82ea79047aaec2efed117cfccc120581607d42
3
+ size 5112
vocab.txt ADDED
The diff for this file is too large to render. See raw diff