Toobese commited on
Commit
0f31339
·
1 Parent(s): fe3fc1b

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +19 -19
  2. pytorch_model.bin +1 -1
  3. training_args.bin +2 -2
config.json CHANGED
@@ -12,30 +12,30 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "UnitPrice",
16
  "1": "SubTotal",
17
- "2": "InvoiceTotal",
18
- "3": "Quantity",
19
- "4": "TotalTax",
20
- "5": "InvoiceDate",
21
- "6": "BillingAddress",
22
- "7": "VendorName",
23
- "8": "Description",
24
- "9": "Amount"
25
  },
26
  "initializer_range": 0.02,
27
  "intermediate_size": 3072,
28
  "label2id": {
29
- "Amount": 9,
30
- "BillingAddress": 6,
31
- "Description": 8,
32
- "InvoiceDate": 5,
33
- "InvoiceTotal": 2,
34
- "Quantity": 3,
35
  "SubTotal": 1,
36
- "TotalTax": 4,
37
- "UnitPrice": 0,
38
- "VendorName": 7
39
  },
40
  "layer_norm_eps": 1e-05,
41
  "max_2d_position_embeddings": 1024,
@@ -46,7 +46,7 @@
46
  "pad_token_id": 1,
47
  "position_embedding_type": "absolute",
48
  "torch_dtype": "float32",
49
- "transformers_version": "4.31.0",
50
  "type_vocab_size": 1,
51
  "use_cache": true,
52
  "vocab_size": 50265
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "InvoiceTotal",
16
  "1": "SubTotal",
17
+ "2": "Amount",
18
+ "3": "TotalTax",
19
+ "4": "InvoiceDate",
20
+ "5": "UnitPrice",
21
+ "6": "VendorName",
22
+ "7": "BillingAddress",
23
+ "8": "Quantity",
24
+ "9": "Description"
25
  },
26
  "initializer_range": 0.02,
27
  "intermediate_size": 3072,
28
  "label2id": {
29
+ "Amount": 2,
30
+ "BillingAddress": 7,
31
+ "Description": 9,
32
+ "InvoiceDate": 4,
33
+ "InvoiceTotal": 0,
34
+ "Quantity": 8,
35
  "SubTotal": 1,
36
+ "TotalTax": 3,
37
+ "UnitPrice": 5,
38
+ "VendorName": 6
39
  },
40
  "layer_norm_eps": 1e-05,
41
  "max_2d_position_embeddings": 1024,
 
46
  "pad_token_id": 1,
47
  "position_embedding_type": "absolute",
48
  "torch_dtype": "float32",
49
+ "transformers_version": "4.32.0",
50
  "type_vocab_size": 1,
51
  "use_cache": true,
52
  "vocab_size": 50265
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4da2d59d12c36839bbf8e36c973f52ab0af55356cf134da9684feb40df59491
3
  size 520825933
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:961fa1f0037fe67619e71bad90a279ec2e0cbc7ecc367588394298ef7ae4fb60
3
  size 520825933
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ec415137093e8ded9215fec24cc7751c5321f83d5435acd657e850a8dd323d6
3
- size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:674a1c71042da0f6a4dedd0568b28dbd5788906a43baefc623b852598bbfe793
3
+ size 4027