wazzywazzywazzy commited on
Commit
3b39edc
·
1 Parent(s): 4f2e2b5

layoutlmv3-finetune

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +2 -2
  2. tokenizer.json +16 -2
  3. training_args.bin +1 -1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7565898d87364835b5f28626ff21b91e9d9a1bc3658dee650531811588480f24
3
- size 503786161
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ba17c682361df143440b5425bec3552cb1c15012e1e42cc2baa35be38a1b8fe
3
+ size 503783153
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": 1,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1716f143211bc229b90e59fa516cffad0224c28e22d2a81f94b837a1d2ee8e9e
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049ac7f847fefa575de64087b89b84eea79a4d4f72effef5bcc28cf6bd64fbf1
3
  size 3579