rajistics commited on
Commit
12cc666
1 Parent(s): 9a8b5b4

End of training

Browse files
README.md CHANGED
@@ -48,7 +48,7 @@ The following hyperparameters were used during training:
48
 
49
  ### Framework versions
50
 
51
- - Transformers 4.22.0.dev0
52
  - Pytorch 1.12.1+cu113
53
  - Datasets 2.4.0
54
  - Tokenizers 0.12.1
 
48
 
49
  ### Framework versions
50
 
51
+ - Transformers 4.23.0.dev0
52
  - Pytorch 1.12.1+cu113
53
  - Datasets 2.4.0
54
  - Tokenizers 0.12.1
added_tokens.json CHANGED
@@ -1,13 +1,5 @@
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_iitcdip>": 57523,
3
  "<s_synthdog>": 57524,
 
4
  "<sep/>": 57522
5
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:893e449bda3419444ec1181b5cffeb18dc8104afab844dbe1ee0dc18a17a92a5
3
  size 809175419
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d388669e1177feb8feb731a211566e32f90f751c7973068fe2abe925a63978d9
3
  size 809175419
runs/Sep15_19-18-52_e4f20850aaca/events.out.tfevents.1663269843.e4f20850aaca.75.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3503d26c6e3cf8356bbee5fa956ddfe2b84ba3149b6e1fd87eea40b5b060dd50
3
- size 4136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db427ae7a7ffa68196612c5f6c62c7c6a74355475ea0290c75b85aad142bce07
3
+ size 8442
special_tokens_map.json CHANGED
@@ -1,15 +1,7 @@
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
  ],
14
  "bos_token": "<s>",
15
  "cls_token": "<s>",
 
1
  {
2
  "additional_special_tokens": [
3
+ "<s_iitcdip>",
4
+ "<s_synthdog>"
 
 
 
 
 
 
 
 
5
  ],
6
  "bos_token": "<s>",
7
  "cls_token": "<s>",
tokenizer.json CHANGED
@@ -88,78 +88,6 @@
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_date>",
113
- "single_word": false,
114
- "lstrip": false,
115
- "rstrip": false,
116
- "normalized": false,
117
- "special": true
118
- },
119
- {
120
- "id": 57528,
121
- "content": "</s_date>",
122
- "single_word": false,
123
- "lstrip": false,
124
- "rstrip": false,
125
- "normalized": false,
126
- "special": true
127
- },
128
- {
129
- "id": 57529,
130
- "content": "<s_company>",
131
- "single_word": false,
132
- "lstrip": false,
133
- "rstrip": false,
134
- "normalized": false,
135
- "special": true
136
- },
137
- {
138
- "id": 57530,
139
- "content": "</s_company>",
140
- "single_word": false,
141
- "lstrip": false,
142
- "rstrip": false,
143
- "normalized": false,
144
- "special": true
145
- },
146
- {
147
- "id": 57531,
148
- "content": "<s_address>",
149
- "single_word": false,
150
- "lstrip": false,
151
- "rstrip": false,
152
- "normalized": false,
153
- "special": true
154
- },
155
- {
156
- "id": 57532,
157
- "content": "</s_address>",
158
- "single_word": false,
159
- "lstrip": false,
160
- "rstrip": false,
161
- "normalized": false,
162
- "special": true
163
  }
164
  ],
165
  "normalizer": {
 
88
  "rstrip": false,
89
  "normalized": false,
90
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  }
92
  ],
93
  "normalizer": {