renjithks commited on
Commit
2ccefb1
·
1 Parent(s): ff4e003

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -9,57 +9,19 @@
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",
@@ -72,6 +34,6 @@
72
  "sinusoidal_pos_embds": false,
73
  "tie_weights_": true,
74
  "torch_dtype": "float32",
75
- "transformers_version": "4.19.1",
76
  "vocab_size": 41710
77
  }
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "O",
13
+ "1": "total.total_price",
14
+ "2": "menu.price",
15
+ "3": "menu.nm",
16
+ "4": "sub_total.tax_price"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  },
18
  "initializer_range": 0.02,
19
  "label2id": {
20
+ "O": 0,
21
+ "menu.nm": 3,
22
+ "menu.price": 2,
23
+ "sub_total.tax_price": 4,
24
+ "total.total_price": 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  },
26
  "max_position_embeddings": 512,
27
  "model_type": "distilbert",
 
34
  "sinusoidal_pos_embds": false,
35
  "tie_weights_": true,
36
  "torch_dtype": "float32",
37
+ "transformers_version": "4.18.0",
38
  "vocab_size": 41710
39
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40d18128e4dcf751dde269bc172d0d76d31f6252abbe221f9479d9a6eb0e4442
3
- size 299928501
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bc5079b5beb39d300123240fad8c42fba2b31643b15bd00e64d4c14985a4e68
3
+ size 299870069
runs/May15_07-16-53_3121ae8ff2ab/1652599127.1788373/events.out.tfevents.1652599127.3121ae8ff2ab.33.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42e05024805a3731ecaf497797cca3ca6df94a0f7190c3273d0e96101ec91446
3
+ size 4852
runs/May15_07-16-53_3121ae8ff2ab/events.out.tfevents.1652599127.3121ae8ff2ab.33.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8c048e1d40fcb1306de09fe566b59400fc5ff5151bdf0474de393c2b6fe89e5
3
+ size 4012
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ea2968b061b67b46a2bd85fa7f7d4d2ef6e8e2b0dbe38e3134055229bb59da1
3
- size 3183
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1884207450324d98a2fd8b1f58afe196c036a2b7e0a84dd2890150d0fcfda261
3
+ size 3055