Ugenteraan commited on
Commit
355f3c9
1 Parent(s): 88a5c87

End of training

Browse files
README.md CHANGED
@@ -33,7 +33,7 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - learning_rate: 1e-05
37
  - train_batch_size: 1
38
  - eval_batch_size: 8
39
  - seed: 42
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 0.001
37
  - train_batch_size: 1
38
  - eval_batch_size: 8
39
  - seed: 42
added_tokens.json CHANGED
@@ -1,5 +1,13 @@
1
  {
 
 
 
 
 
2
  "<s_iitcdip>": 57523,
 
 
3
  "<s_synthdog>": 57524,
 
4
  "<sep/>": 57522
5
  }
 
1
  {
2
+ "</s_date>": 57532,
3
+ "</s_invoice number>": 57530,
4
+ "</s_issuer address>": 57528,
5
+ "</s_total>": 57526,
6
+ "<s_date>": 57531,
7
  "<s_iitcdip>": 57523,
8
+ "<s_invoice number>": 57529,
9
+ "<s_issuer address>": 57527,
10
  "<s_synthdog>": 57524,
11
+ "<s_total>": 57525,
12
  "<sep/>": 57522
13
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53a673f5df423bcb187e1bf0dd97672f6bc032e1901644cdbede4ca507318f41
3
  size 809204953
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5ea79799f53f9d9eadc88367e5189485823426c73965c9a0091c71160e77150
3
  size 809204953
runs/Jan05_07-55-22_ip-10-92-200-29/events.out.tfevents.1672905327.ip-10-92-200-29 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f36ec908f3031ad07724459e2d7c29969ff8a5b714d550a3e916112b1f9840f2
3
- size 8227
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a46c96be338d349ec34b124f1cdfe47b89a8105816ba22fd52c6b05edf1abd91
3
+ size 11655
special_tokens_map.json CHANGED
@@ -1,5 +1,13 @@
1
  {
2
  "additional_special_tokens": [
 
 
 
 
 
 
 
 
3
  "<s>",
4
  "</s>"
5
  ],
 
1
  {
2
  "additional_special_tokens": [
3
+ "<s_total>",
4
+ "</s_total>",
5
+ "<s_issuer address>",
6
+ "</s_issuer address>",
7
+ "<s_invoice number>",
8
+ "</s_invoice number>",
9
+ "<s_date>",
10
+ "</s_date>",
11
  "<s>",
12
  "</s>"
13
  ],
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,
@@ -74,6 +88,78 @@
74
  "rstrip": false,
75
  "normalized": false,
76
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  }
78
  ],
79
  "normalizer": {
 
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": 1,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
88
  "rstrip": false,
89
  "normalized": false,
90
  "special": true
91
+ },
92
+ {
93
+ "id": 57525,
94
+ "content": "<s_total>",
95
+ "single_word": false,
96
+ "lstrip": false,
97
+ "rstrip": false,
98
+ "normalized": false,
99
+ "special": true
100
+ },
101
+ {
102
+ "id": 57526,
103
+ "content": "</s_total>",
104
+ "single_word": false,
105
+ "lstrip": false,
106
+ "rstrip": false,
107
+ "normalized": false,
108
+ "special": true
109
+ },
110
+ {
111
+ "id": 57527,
112
+ "content": "<s_issuer address>",
113
+ "single_word": false,
114
+ "lstrip": false,
115
+ "rstrip": false,
116
+ "normalized": false,
117
+ "special": true
118
+ },
119
+ {
120
+ "id": 57528,
121
+ "content": "</s_issuer address>",
122
+ "single_word": false,
123
+ "lstrip": false,
124
+ "rstrip": false,
125
+ "normalized": false,
126
+ "special": true
127
+ },
128
+ {
129
+ "id": 57529,
130
+ "content": "<s_invoice number>",
131
+ "single_word": false,
132
+ "lstrip": false,
133
+ "rstrip": false,
134
+ "normalized": false,
135
+ "special": true
136
+ },
137
+ {
138
+ "id": 57530,
139
+ "content": "</s_invoice number>",
140
+ "single_word": false,
141
+ "lstrip": false,
142
+ "rstrip": false,
143
+ "normalized": false,
144
+ "special": true
145
+ },
146
+ {
147
+ "id": 57531,
148
+ "content": "<s_date>",
149
+ "single_word": false,
150
+ "lstrip": false,
151
+ "rstrip": false,
152
+ "normalized": false,
153
+ "special": true
154
+ },
155
+ {
156
+ "id": 57532,
157
+ "content": "</s_date>",
158
+ "single_word": false,
159
+ "lstrip": false,
160
+ "rstrip": false,
161
+ "normalized": false,
162
+ "special": true
163
  }
164
  ],
165
  "normalizer": {