Ali Mazhar Luqmani commited on
Commit
e9db92d
1 Parent(s): 81fc169

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Travel",
13
+ "1": "Social Networking and Messaging",
14
+ "2": "News",
15
+ "3": "Streaming Services",
16
+ "4": "Sports",
17
+ "5": "Photography",
18
+ "6": "Law and Government",
19
+ "7": "Health and Fitness",
20
+ "8": "Games",
21
+ "9": "E-Commerce",
22
+ "10": "Forums",
23
+ "11": "Food",
24
+ "12": "Education",
25
+ "13": "Computers and Technology",
26
+ "14": "Business/Corporate",
27
+ "15": "Adult"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "label2id": {
31
+ "Adult": 15,
32
+ "Business/Corporate": 14,
33
+ "Computers and Technology": 13,
34
+ "E-Commerce": 9,
35
+ "Education": 12,
36
+ "Food": 11,
37
+ "Forums": 10,
38
+ "Games": 8,
39
+ "Health and Fitness": 7,
40
+ "Law and Government": 6,
41
+ "News": 2,
42
+ "Photography": 5,
43
+ "Social Networking and Messaging": 1,
44
+ "Sports": 4,
45
+ "Streaming Services": 3,
46
+ "Travel": 0
47
+ },
48
+ "max_position_embeddings": 512,
49
+ "model_type": "distilbert",
50
+ "n_heads": 12,
51
+ "n_layers": 6,
52
+ "pad_token_id": 0,
53
+ "problem_type": "single_label_classification",
54
+ "qa_dropout": 0.1,
55
+ "seq_classif_dropout": 0.2,
56
+ "sinusoidal_pos_embds": false,
57
+ "tie_weights_": true,
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.26.0",
60
+ "vocab_size": 30522
61
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:160010dd51da59d507205c6af946b3be911908b2c972083aefa1d2160f032950
3
+ size 267898605
runs/Feb02_15-43-05_22b072ae40ca/1675352602.2127542/events.out.tfevents.1675352602.22b072ae40ca.112.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8229a2272c96bc8480c8c70259637e1cb957f5df6f7144ed3d84970fd3e7e0c3
3
+ size 5684
runs/Feb02_15-43-05_22b072ae40ca/events.out.tfevents.1675352602.22b072ae40ca.112.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe8e0202b69cb070bfd8d35359e7832a2f53bdcee452396fc3ff6e995b506263
3
+ size 5150
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a3171b87ee611a18ab292195037b7c2eb39ceea9e225190bb93ee8e3925c02
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff