Saed2023 commited on
Commit
67b24ba
1 Parent(s): e18b3e7

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SCUT-DLVCLab/lilt-roberta-en-base",
3
+ "architectures": [
4
+ "LiltForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "channel_shrink_ratio": 4,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "S-INVOICE DATE",
16
+ "1": "S-INVOCE NO",
17
+ "2": "S-OTHERS",
18
+ "3": "E-INVOICE DATE",
19
+ "4": "O",
20
+ "5": "I-INVOICE DATE",
21
+ "6": "B-INVOICE DATE",
22
+ "7": "S-BALANCE",
23
+ "8": "I-OTHERS",
24
+ "9": "E-OTHERS",
25
+ "10": "B-OTHERS"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "B-INVOICE DATE": 6,
31
+ "B-OTHERS": 10,
32
+ "E-INVOICE DATE": 3,
33
+ "E-OTHERS": 9,
34
+ "I-INVOICE DATE": 5,
35
+ "I-OTHERS": 8,
36
+ "O": 4,
37
+ "S-BALANCE": 7,
38
+ "S-INVOCE NO": 1,
39
+ "S-INVOICE DATE": 0,
40
+ "S-OTHERS": 2
41
+ },
42
+ "layer_norm_eps": 1e-05,
43
+ "max_2d_position_embeddings": 1024,
44
+ "max_position_embeddings": 514,
45
+ "model_type": "lilt",
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 12,
48
+ "pad_token_id": 1,
49
+ "position_embedding_type": "absolute",
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.28.1",
52
+ "type_vocab_size": 1,
53
+ "use_cache": true,
54
+ "vocab_size": 50265
55
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb2982061371279ae3a597f92beb130efd206166a6f4966b37152c71b9869d72
3
+ size 520833489
runs/Apr28_07-41-08_844a527daef7/1682667678.1108782/events.out.tfevents.1682667678.844a527daef7.228.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6933f99ff0ba76d760b76ba06ce43e28d06ebfe33331082230413c5a27ca24
3
+ size 5900
runs/Apr28_07-41-08_844a527daef7/events.out.tfevents.1682667678.844a527daef7.228.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e365f25c0c4df682d92806da8504c3e498eaabed03e615e0d4d2babf6530c974
3
+ size 5751
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80558cd28a01dfdf4c4eca14b6b75abbdaae82f1aee0819822491964d23df324
3
+ size 3643