Nalenczewski commited on
Commit
c236914
·
1 Parent(s): bf46e19

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": "brand",
13
+ "1": "brand core term",
14
+ "2": "brand local",
15
+ "3": "broad delivery generic",
16
+ "4": "broad delivery local",
17
+ "5": "competitor",
18
+ "6": "competitor local",
19
+ "7": "food categories",
20
+ "8": "food generic",
21
+ "9": "food generic local",
22
+ "10": "order generic",
23
+ "11": "order generic local",
24
+ "12": "other",
25
+ "13": "other local",
26
+ "14": "pizza generic",
27
+ "15": "pizza generic local"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "label2id": {
31
+ "brand": 0,
32
+ "brand core term": 1,
33
+ "brand local": 2,
34
+ "broad delivery generic": 3,
35
+ "broad delivery local": 4,
36
+ "competitor": 5,
37
+ "competitor local": 6,
38
+ "food categories": 7,
39
+ "food generic": 8,
40
+ "food generic local": 9,
41
+ "order generic": 10,
42
+ "order generic local": 11,
43
+ "other": 12,
44
+ "other local": 13,
45
+ "pizza generic": 14,
46
+ "pizza generic local": 15
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.28.1",
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:af9f4872e2c9bcb967714f35eb0ba91de60baaf1e4c6dad6aaf89905123efa0d
3
+ size 267898605
runs/Apr21_22-46-05_630c9d98c2ab/1682117180.6365712/events.out.tfevents.1682117180.630c9d98c2ab.156.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23560260089bf874aefed18edf4fde7de845250d20607cf558deaec0c45688c6
3
+ size 5912
runs/Apr21_22-46-05_630c9d98c2ab/events.out.tfevents.1682117180.630c9d98c2ab.156.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd9a4c8097119c4a3491af9b480748198d36bb082bffa969bba0080f2da8093d
3
+ size 5593
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:b2e2cfb0624f5020f2f7d39f404d3e05b0b765142cafa4ed238d0e45c7ba5439
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff