Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +77 -0
- pytorch_model.bin +3 -0
- runs/May13_21-47-57_b6248c0b5188/1652478627.9747005/events.out.tfevents.1652478627.b6248c0b5188.80.5 +3 -0
- runs/May13_21-47-57_b6248c0b5188/events.out.tfevents.1652478627.b6248c0b5188.80.4 +3 -0
- runs/May13_21-51-00_b6248c0b5188/1652478668.5904756/events.out.tfevents.1652478668.b6248c0b5188.80.7 +3 -0
- runs/May13_21-51-00_b6248c0b5188/events.out.tfevents.1652478668.b6248c0b5188.80.6 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Geotrend/distilbert-base-en-fr-de-no-da-cased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForTokenClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "total.creditcardprice",
|
13 |
+
"1": "O",
|
14 |
+
"2": "menu.num",
|
15 |
+
"3": "total.total_etc",
|
16 |
+
"4": "sub_total.etc",
|
17 |
+
"5": "sub_total.subtotal_price",
|
18 |
+
"6": "total.changeprice",
|
19 |
+
"7": "total.cashprice",
|
20 |
+
"8": "menu.discountprice",
|
21 |
+
"9": "menu.itemsubtotal",
|
22 |
+
"10": "sub_total.tax_price",
|
23 |
+
"11": "total.menutype_cnt",
|
24 |
+
"12": "sub_total.service_price",
|
25 |
+
"13": "menu.nm",
|
26 |
+
"14": "menu.sub_price",
|
27 |
+
"15": "menu.sub_cnt",
|
28 |
+
"16": "menu.cnt",
|
29 |
+
"17": "sub_total.discount_price",
|
30 |
+
"18": "menu.price",
|
31 |
+
"19": "total.total_price",
|
32 |
+
"20": "total.emoneyprice",
|
33 |
+
"21": "total.menuqty_cnt",
|
34 |
+
"22": "menu.unitprice",
|
35 |
+
"23": "menu.sub_nm"
|
36 |
+
},
|
37 |
+
"initializer_range": 0.02,
|
38 |
+
"label2id": {
|
39 |
+
"O": 1,
|
40 |
+
"menu.cnt": 16,
|
41 |
+
"menu.discountprice": 8,
|
42 |
+
"menu.itemsubtotal": 9,
|
43 |
+
"menu.nm": 13,
|
44 |
+
"menu.num": 2,
|
45 |
+
"menu.price": 18,
|
46 |
+
"menu.sub_cnt": 15,
|
47 |
+
"menu.sub_nm": 23,
|
48 |
+
"menu.sub_price": 14,
|
49 |
+
"menu.unitprice": 22,
|
50 |
+
"sub_total.discount_price": 17,
|
51 |
+
"sub_total.etc": 4,
|
52 |
+
"sub_total.service_price": 12,
|
53 |
+
"sub_total.subtotal_price": 5,
|
54 |
+
"sub_total.tax_price": 10,
|
55 |
+
"total.cashprice": 7,
|
56 |
+
"total.changeprice": 6,
|
57 |
+
"total.creditcardprice": 0,
|
58 |
+
"total.emoneyprice": 20,
|
59 |
+
"total.menuqty_cnt": 21,
|
60 |
+
"total.menutype_cnt": 11,
|
61 |
+
"total.total_etc": 3,
|
62 |
+
"total.total_price": 19
|
63 |
+
},
|
64 |
+
"max_position_embeddings": 512,
|
65 |
+
"model_type": "distilbert",
|
66 |
+
"n_heads": 12,
|
67 |
+
"n_layers": 6,
|
68 |
+
"output_past": true,
|
69 |
+
"pad_token_id": 0,
|
70 |
+
"qa_dropout": 0.1,
|
71 |
+
"seq_classif_dropout": 0.2,
|
72 |
+
"sinusoidal_pos_embds": false,
|
73 |
+
"tie_weights_": true,
|
74 |
+
"torch_dtype": "float32",
|
75 |
+
"transformers_version": "4.19.1",
|
76 |
+
"vocab_size": 41710
|
77 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e1de0ac1db1b6e408df673b9d9458a0befb8c2f44925b05fc618b060cfe757b
|
3 |
+
size 299928501
|
runs/May13_21-47-57_b6248c0b5188/1652478627.9747005/events.out.tfevents.1652478627.b6248c0b5188.80.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d84f77aa72a974ad861d767e7264f92f259a97618265e0caf507ca6aaef34dc5
|
3 |
+
size 5175
|
runs/May13_21-47-57_b6248c0b5188/events.out.tfevents.1652478627.b6248c0b5188.80.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83f15a7269a5a29810cb0167379f5ac5499f4e49eae85dc3d223798c4b65dc15
|
3 |
+
size 4136
|
runs/May13_21-51-00_b6248c0b5188/1652478668.5904756/events.out.tfevents.1652478668.b6248c0b5188.80.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e899e15bf4137a831fd15e8f88de4342de37ab8e8f9655d66ea25939ed37317c
|
3 |
+
size 5175
|
runs/May13_21-51-00_b6248c0b5188/events.out.tfevents.1652478668.b6248c0b5188.80.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f632706c9efa0feb4c361d8eb07e3443d0c8e06372303a2a91e7cd105c8c085
|
3 |
+
size 5280
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "Geotrend/distilbert-base-en-fr-de-no-da-cased", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "DistilBertTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ea2968b061b67b46a2bd85fa7f7d4d2ef6e8e2b0dbe38e3134055229bb59da1
|
3 |
+
size 3183
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|