okxooxoo commited on
Commit
9ffece8
1 Parent(s): 22a63fb

End of training

Browse files
added_tokens.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
- "</s_address>": 57532,
3
- "</s_company>": 57530,
4
- "</s_date>": 57528,
5
- "</s_total>": 57526,
6
- "<s_address>": 57531,
7
- "<s_company>": 57529,
8
- "<s_date>": 57527,
9
  "<s_iitcdip>": 57523,
 
 
 
 
10
  "<s_synthdog>": 57524,
11
- "<s_total>": 57525,
12
  "<sep/>": 57522
13
  }
 
1
  {
2
+ "</s_rcv_adrs>": 57532,
3
+ "</s_rcv_name>": 57530,
4
+ "</s_snd_adrs>": 57528,
5
+ "</s_snd_name>": 57526,
 
 
 
6
  "<s_iitcdip>": 57523,
7
+ "<s_rcv_adrs>": 57531,
8
+ "<s_rcv_name>": 57529,
9
+ "<s_snd_adrs>": 57527,
10
+ "<s_snd_name>": 57525,
11
  "<s_synthdog>": 57524,
 
12
  "<sep/>": 57522
13
  }
preprocessor_config.json CHANGED
@@ -20,7 +20,7 @@
20
  "resample": 2,
21
  "rescale_factor": 0.00392156862745098,
22
  "size": [
23
- 720,
24
- 960
25
  ]
26
  }
 
20
  "resample": 2,
21
  "rescale_factor": 0.00392156862745098,
22
  "size": [
23
+ 960,
24
+ 720
25
  ]
26
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e90add9614e409f344aef5891c305c01b1bd506c1ac4f917a374e670cab80057
3
  size 809211673
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c11b2ea7b6227745d194a9e6e307fb6c8f48cc03ee8d82f527514cb3f5eff06e
3
  size 809211673
special_tokens_map.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
  "additional_special_tokens": [
3
- "<s_total>",
4
- "</s_total>",
5
- "<s_date>",
6
- "</s_date>",
7
- "<s_company>",
8
- "</s_company>",
9
- "<s_address>",
10
- "</s_address>",
11
  "<s>",
12
  "</s>"
13
  ],
 
1
  {
2
  "additional_special_tokens": [
3
+ "<s_snd_name>",
4
+ "</s_snd_name>",
5
+ "<s_snd_adrs>",
6
+ "</s_snd_adrs>",
7
+ "<s_rcv_name>",
8
+ "</s_rcv_name>",
9
+ "<s_rcv_adrs>",
10
+ "</s_rcv_adrs>",
11
  "<s>",
12
  "</s>"
13
  ],
tokenizer.json CHANGED
@@ -92,7 +92,7 @@
92
  {
93
  "id": 57525,
94
  "special": true,
95
- "content": "<s_total>",
96
  "single_word": false,
97
  "lstrip": false,
98
  "rstrip": false,
@@ -101,7 +101,7 @@
101
  {
102
  "id": 57526,
103
  "special": true,
104
- "content": "</s_total>",
105
  "single_word": false,
106
  "lstrip": false,
107
  "rstrip": false,
@@ -110,7 +110,7 @@
110
  {
111
  "id": 57527,
112
  "special": true,
113
- "content": "<s_date>",
114
  "single_word": false,
115
  "lstrip": false,
116
  "rstrip": false,
@@ -119,7 +119,7 @@
119
  {
120
  "id": 57528,
121
  "special": true,
122
- "content": "</s_date>",
123
  "single_word": false,
124
  "lstrip": false,
125
  "rstrip": false,
@@ -128,7 +128,7 @@
128
  {
129
  "id": 57529,
130
  "special": true,
131
- "content": "<s_company>",
132
  "single_word": false,
133
  "lstrip": false,
134
  "rstrip": false,
@@ -137,7 +137,7 @@
137
  {
138
  "id": 57530,
139
  "special": true,
140
- "content": "</s_company>",
141
  "single_word": false,
142
  "lstrip": false,
143
  "rstrip": false,
@@ -146,7 +146,7 @@
146
  {
147
  "id": 57531,
148
  "special": true,
149
- "content": "<s_address>",
150
  "single_word": false,
151
  "lstrip": false,
152
  "rstrip": false,
@@ -155,7 +155,7 @@
155
  {
156
  "id": 57532,
157
  "special": true,
158
- "content": "</s_address>",
159
  "single_word": false,
160
  "lstrip": false,
161
  "rstrip": false,
 
92
  {
93
  "id": 57525,
94
  "special": true,
95
+ "content": "<s_snd_name>",
96
  "single_word": false,
97
  "lstrip": false,
98
  "rstrip": false,
 
101
  {
102
  "id": 57526,
103
  "special": true,
104
+ "content": "</s_snd_name>",
105
  "single_word": false,
106
  "lstrip": false,
107
  "rstrip": false,
 
110
  {
111
  "id": 57527,
112
  "special": true,
113
+ "content": "<s_snd_adrs>",
114
  "single_word": false,
115
  "lstrip": false,
116
  "rstrip": false,
 
119
  {
120
  "id": 57528,
121
  "special": true,
122
+ "content": "</s_snd_adrs>",
123
  "single_word": false,
124
  "lstrip": false,
125
  "rstrip": false,
 
128
  {
129
  "id": 57529,
130
  "special": true,
131
+ "content": "<s_rcv_name>",
132
  "single_word": false,
133
  "lstrip": false,
134
  "rstrip": false,
 
137
  {
138
  "id": 57530,
139
  "special": true,
140
+ "content": "</s_rcv_name>",
141
  "single_word": false,
142
  "lstrip": false,
143
  "rstrip": false,
 
146
  {
147
  "id": 57531,
148
  "special": true,
149
+ "content": "<s_rcv_adrs>",
150
  "single_word": false,
151
  "lstrip": false,
152
  "rstrip": false,
 
155
  {
156
  "id": 57532,
157
  "special": true,
158
+ "content": "</s_rcv_adrs>",
159
  "single_word": false,
160
  "lstrip": false,
161
  "rstrip": false,