xilpam commited on
Commit
ae3dd12
1 Parent(s): bac6aea

Training in progress epoch 0

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/layoutlm-base-uncased
4
+ tags:
5
+ - generated_from_keras_callback
6
+ model-index:
7
+ - name: xilpam/t_2_layoutlm-funsd-tf
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
12
+ probably proofread and complete it, then remove this comment. -->
13
+
14
+ # xilpam/t_2_layoutlm-funsd-tf
15
+
16
+ This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.0597
19
+ - Validation Loss: 0.0009
20
+ - Train Overall Precision: 1.0
21
+ - Train Overall Recall: 1.0
22
+ - Train Overall F1: 1.0
23
+ - Train Overall Accuracy: 1.0
24
+ - Epoch: 0
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': 3e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay_rate': 0.01}
44
+ - training_precision: float32
45
+
46
+ ### Training results
47
+
48
+ | Train Loss | Validation Loss | Train Overall Precision | Train Overall Recall | Train Overall F1 | Train Overall Accuracy | Epoch |
49
+ |:----------:|:---------------:|:-----------------------:|:--------------------:|:----------------:|:----------------------:|:-----:|
50
+ | 0.0597 | 0.0009 | 1.0 | 1.0 | 1.0 | 1.0 | 0 |
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.38.2
56
+ - TensorFlow 2.15.0
57
+ - Datasets 2.18.0
58
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "O",
12
+ "1": "B-credit",
13
+ "2": "B-debit",
14
+ "3": "B-libelle",
15
+ "4": "B-date",
16
+ "5": "B-other"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "B-credit": 1,
22
+ "B-date": 4,
23
+ "B-debit": 2,
24
+ "B-libelle": 3,
25
+ "B-other": 5,
26
+ "O": 0
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_2d_position_embeddings": 1024,
30
+ "max_position_embeddings": 512,
31
+ "model_type": "layoutlm",
32
+ "num_attention_heads": 12,
33
+ "num_hidden_layers": 12,
34
+ "output_past": true,
35
+ "pad_token_id": 0,
36
+ "position_embedding_type": "absolute",
37
+ "transformers_version": "4.38.2",
38
+ "type_vocab_size": 2,
39
+ "use_cache": true,
40
+ "vocab_size": 30522
41
+ }
logs/train/events.out.tfevents.1711229885.2de4dfa038b1.1147.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e5044a5ec6d9946e1821175c06fad8b620d9206bdc9b6ade43842530d070232
3
+ size 2364935
logs/validation/events.out.tfevents.1711230213.2de4dfa038b1.1147.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e4dd1010876a8264e43f812a65c367fc289bc1a18354dfc66c79db1ab15e665
3
+ size 232
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b106b334711c42fd46c40a8ce6e0043e08833858098b8c676fb80dc9ddf8b02c
3
+ size 450826184