kamleshsolanki
commited on
Training in progress, epoch 1
Browse files- config.json +58 -0
- logs/events.out.tfevents.1729275660.eaaed41b5f43.1233.0 +3 -0
- logs/events.out.tfevents.1729275815.eaaed41b5f43.2370.0 +3 -0
- logs/events.out.tfevents.1729276104.eaaed41b5f43.2370.1 +3 -0
- logs/events.out.tfevents.1729276220.eaaed41b5f43.4291.0 +3 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/layoutlmv3-base",
|
3 |
+
"architectures": [
|
4 |
+
"LayoutLMv3ForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"coordinate_size": 128,
|
10 |
+
"eos_token_id": 2,
|
11 |
+
"has_relative_attention_bias": true,
|
12 |
+
"has_spatial_attention_bias": true,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_dropout_prob": 0.1,
|
15 |
+
"hidden_size": 768,
|
16 |
+
"id2label": {
|
17 |
+
"0": "Date de la facture",
|
18 |
+
"1": "Montant TVA",
|
19 |
+
"2": "Montant total HT",
|
20 |
+
"3": "Montant total TTC",
|
21 |
+
"4": "Nom du fournisseur",
|
22 |
+
"5": "Numero de BC",
|
23 |
+
"6": "Siret du fournisseur"
|
24 |
+
},
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"input_size": 224,
|
27 |
+
"intermediate_size": 3072,
|
28 |
+
"label2id": {
|
29 |
+
"Date de la facture": 0,
|
30 |
+
"Montant TVA": 1,
|
31 |
+
"Montant total HT": 2,
|
32 |
+
"Montant total TTC": 3,
|
33 |
+
"Nom du fournisseur": 4,
|
34 |
+
"Numero de BC": 5,
|
35 |
+
"Siret du fournisseur": 6
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-05,
|
38 |
+
"max_2d_position_embeddings": 1024,
|
39 |
+
"max_position_embeddings": 514,
|
40 |
+
"max_rel_2d_pos": 256,
|
41 |
+
"max_rel_pos": 128,
|
42 |
+
"model_type": "layoutlmv3",
|
43 |
+
"num_attention_heads": 12,
|
44 |
+
"num_channels": 3,
|
45 |
+
"num_hidden_layers": 12,
|
46 |
+
"pad_token_id": 1,
|
47 |
+
"patch_size": 16,
|
48 |
+
"rel_2d_pos_bins": 64,
|
49 |
+
"rel_pos_bins": 32,
|
50 |
+
"second_input_size": 112,
|
51 |
+
"shape_size": 128,
|
52 |
+
"text_embed": true,
|
53 |
+
"torch_dtype": "float32",
|
54 |
+
"transformers_version": "4.44.2",
|
55 |
+
"type_vocab_size": 1,
|
56 |
+
"visual_embed": true,
|
57 |
+
"vocab_size": 50265
|
58 |
+
}
|
logs/events.out.tfevents.1729275660.eaaed41b5f43.1233.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e575b1415eb3da72f30871cfb3ccfa7de7311520207f936e7e4a15dac0fa9d9d
|
3 |
+
size 4184
|
logs/events.out.tfevents.1729275815.eaaed41b5f43.2370.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1140c364e0b076b34a4f5623c66d1a9c00a717b017b299f92264b6e7782a6156
|
3 |
+
size 5663
|
logs/events.out.tfevents.1729276104.eaaed41b5f43.2370.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a31e81d255ae4938906c066bd9fa2b11b157ed00bfdb739caab89b64272589a
|
3 |
+
size 4184
|
logs/events.out.tfevents.1729276220.eaaed41b5f43.4291.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4214a475b931b28adeab1083743f1090ad57c189e79c48cd985618d48333ca4
|
3 |
+
size 6366
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13c528b6e2e7a96b6830692628e4e29ed8c5feafa599bd592a4cfa79f3514ea6
|
3 |
+
size 501355532
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:808cdd5ffe9a55dd754fa8c44786ffa7d4bfaf6cca484237ca88f1ea958e8746
|
3 |
+
size 5176
|