jteng commited on
Commit
6925f46
1 Parent(s): 721480a

Model save

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  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:54458dfaf6d4fe26ffd822cdcd98530a12405deb845ea4a935079555a98c18f7
3
  size 265489909
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02f06053082d1ab4591295ff6605d58b79930334c29b2bba17396efbdf96da8b
3
  size 265489909
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": 384,
6
+ "strategy": "OnlySecond",
7
+ "stride": 128
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 384
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
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:43575de5d60b6b6002db38543cbc411d71ce7c8863fe00d6e06628e647bb0277
3
  size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:243be0f2803183531f5858840a7c5286d63430847a27217e1835c2f527c0fcb5
3
  size 3439