adityaprakhar commited on
Commit
2ddb016
·
verified ·
1 Parent(s): 8532ead

End of training

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
- base_model: adityaprakhar/test
4
  tags:
5
  - generated_from_trainer
6
  model-index:
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # test
15
 
16
- This model is a fine-tuned version of [adityaprakhar/test](https://huggingface.co/adityaprakhar/test) on the None dataset.
17
 
18
  ## Model description
19
 
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
44
 
45
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
46
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
47
- | No log | 25.0 | 50 | 0.5657 | 0.7901 | 0.8421 | 0.8153 | 0.8981 |
48
 
49
 
50
  ### Framework versions
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ base_model: microsoft/layoutlmv3-base
4
  tags:
5
  - generated_from_trainer
6
  model-index:
 
13
 
14
  # test
15
 
16
+ This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
17
 
18
  ## Model description
19
 
 
44
 
45
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
46
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
47
+ | No log | 0.67 | 50 | 0.8542 | 0.3094 | 0.2780 | 0.2929 | 0.6674 |
48
 
49
 
50
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "adityaprakhar/test",
3
  "architectures": [
4
  "LayoutLMv3ForTokenClassification"
5
  ],
@@ -14,45 +14,19 @@
14
  "hidden_dropout_prob": 0.1,
15
  "hidden_size": 768,
16
  "id2label": {
17
- "0": "B-ATTORNEY_NAME",
18
- "1": "I-ATTORNEY_NAME",
19
- "2": "B-LAWFIRM",
20
- "3": "I-LAWFIRM",
21
- "4": "B-PHONE",
22
- "5": "I-PHONE",
23
- "6": "B-FAX/FASCIMILE",
24
- "7": "I-FAX/FASCIMILE",
25
- "8": "B-ADDRESS",
26
- "9": "I-ADDRESS",
27
- "10": "B-EMAIL",
28
- "11": "I-EMAIL",
29
- "12": "B-PARTIES",
30
- "13": "I-PARTIES",
31
- "14": "B-PARTY_ROLE",
32
- "15": "I-PARTY_ROLE",
33
- "16": "OTHER"
34
  },
35
  "initializer_range": 0.02,
36
  "input_size": 224,
37
  "intermediate_size": 3072,
38
  "label2id": {
39
- "B-ADDRESS": 8,
40
- "B-ATTORNEY_NAME": 0,
41
- "B-EMAIL": 10,
42
- "B-FAX/FASCIMILE": 6,
43
- "B-LAWFIRM": 2,
44
- "B-PARTIES": 12,
45
- "B-PARTY_ROLE": 14,
46
- "B-PHONE": 4,
47
- "I-ADDRESS": 9,
48
- "I-ATTORNEY_NAME": 1,
49
- "I-EMAIL": 11,
50
- "I-FAX/FASCIMILE": 7,
51
- "I-LAWFIRM": 3,
52
- "I-PARTIES": 13,
53
- "I-PARTY_ROLE": 15,
54
- "I-PHONE": 5,
55
- "OTHER": 16
56
  },
57
  "layer_norm_eps": 1e-05,
58
  "max_2d_position_embeddings": 1024,
 
1
  {
2
+ "_name_or_path": "microsoft/layoutlmv3-base",
3
  "architectures": [
4
  "LayoutLMv3ForTokenClassification"
5
  ],
 
14
  "hidden_dropout_prob": 0.1,
15
  "hidden_size": 768,
16
  "id2label": {
17
+ "0": "question",
18
+ "1": "answer",
19
+ "2": "header",
20
+ "3": "other"
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  },
22
  "initializer_range": 0.02,
23
  "input_size": 224,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
+ "answer": 1,
27
+ "header": 2,
28
+ "other": 3,
29
+ "question": 0
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  },
31
  "layer_norm_eps": 1e-05,
32
  "max_2d_position_embeddings": 1024,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e3e15359ebfd40d372422fa82e75f188794759b3c3b6d19373f52528e2596f3
3
- size 503748892
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88d813a50ea27e0ffe01d27744fed2d90c36ed1b45984f4c2f53bd21f7cea6a9
3
+ size 501346304
runs/Feb29_06-30-55_f1da3cd6de24/events.out.tfevents.1709188256.f1da3cd6de24.290.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce4a13cd0f371fe4ccad390463967e4178c0c8fea0e57dec36ca1bd73a6abdd4
3
+ size 5848
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d3b0557e13dcdedd59ac932bf1b2859217c1323c813aaa08aa2734419c20f76
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:566f271bb2da045a6f440d3c1a207019b94c1bbcbcfd801322989e2032796be8
3
  size 4856