mcozar99 commited on
Commit
e1a3660
1 Parent(s): 7d7f0ae

End of training

Browse files
Files changed (2) hide show
  1. README.md +11 -11
  2. tokenizer.json +16 -2
README.md CHANGED
@@ -16,14 +16,14 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on the funsd dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.0638
20
- - Answer: {'precision': 0.24285714285714285, 'recall': 0.21013597033374537, 'f1': 0.22531477799867464, 'number': 809}
21
- - Header: {'precision': 0.08695652173913043, 'recall': 0.01680672268907563, 'f1': 0.028169014084507043, 'number': 119}
22
- - Question: {'precision': 0.5682362330407024, 'recall': 0.6685446009389672, 'f1': 0.6143226919758413, 'number': 1065}
23
- - Overall Precision: 0.4474
24
- - Overall Recall: 0.4436
25
- - Overall F1: 0.4455
26
- - Overall Accuracy: 0.6424
27
 
28
  ## Model description
29
 
@@ -52,9 +52,9 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Answer | Header | Question | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
56
- |:-------------:|:-----:|:----:|:---------------:|:-----------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
57
- | 1.4448 | 1.0 | 75 | 1.0638 | {'precision': 0.24285714285714285, 'recall': 0.21013597033374537, 'f1': 0.22531477799867464, 'number': 809} | {'precision': 0.08695652173913043, 'recall': 0.01680672268907563, 'f1': 0.028169014084507043, 'number': 119} | {'precision': 0.5682362330407024, 'recall': 0.6685446009389672, 'f1': 0.6143226919758413, 'number': 1065} | 0.4474 | 0.4436 | 0.4455 | 0.6424 |
58
 
59
 
60
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [microsoft/layoutlm-base-uncased](https://huggingface.co/microsoft/layoutlm-base-uncased) on the funsd dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.0643
20
+ - Answer: {'precision': 0.384928716904277, 'recall': 0.4672435105067985, 'f1': 0.4221105527638191, 'number': 809}
21
+ - Header: {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119}
22
+ - Question: {'precision': 0.5277088502894954, 'recall': 0.5990610328638498, 'f1': 0.5611257695690414, 'number': 1065}
23
+ - Overall Precision: 0.4583
24
+ - Overall Recall: 0.5098
25
+ - Overall F1: 0.4827
26
+ - Overall Accuracy: 0.6395
27
 
28
  ## Model description
29
 
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Answer | Header | Question | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:-------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
57
+ | 1.4286 | 1.0 | 75 | 1.0643 | {'precision': 0.384928716904277, 'recall': 0.4672435105067985, 'f1': 0.4221105527638191, 'number': 809} | {'precision': 0.0, 'recall': 0.0, 'f1': 0.0, 'number': 119} | {'precision': 0.5277088502894954, 'recall': 0.5990610328638498, 'f1': 0.5611257695690414, 'number': 1065} | 0.4583 | 0.5098 | 0.4827 | 0.6395 |
58
 
59
 
60
  ### Framework versions
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,