huynhphuoclan commited on
Commit
806dbea
·
verified ·
1 Parent(s): d9e6968

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlm-base-uncased",
3
+ "architectures": [
4
+ "LayoutLMForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "SELLER",
12
+ "1": "ADDRESS",
13
+ "2": "TIMESTAMP",
14
+ "3": "TOTAL_COST"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "ADDRESS": 1,
20
+ "SELLER": 0,
21
+ "TIMESTAMP": 2,
22
+ "TOTAL_COST": 3
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_2d_position_embeddings": 1024,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "layoutlm",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "output_past": true,
31
+ "pad_token_id": 0,
32
+ "position_embedding_type": "absolute",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.46.3",
35
+ "type_vocab_size": 2,
36
+ "use_cache": true,
37
+ "vocab_size": 30522
38
+ }
logs/events.out.tfevents.1733254945.PLAAN.18440.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:997a17ddad2cde3c6ff40fb327bf1f1bbf2c006a8cb97c287b2d717e55511742
3
+ size 10974
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89c619fc3f96bcb36b579b6bbb9566e0a6992fd31fa31ad11671cdc6007966c1
3
+ size 450548984
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:511422e4efd410f2e55a827e5e9de6e3e39dc8425e4d53124e18964f8e19ae2c
3
+ size 5304